Fix links.

pkglist moved to a subdir.
This commit is contained in:
Simon Howard 2023-08-03 23:58:55 -04:00
parent aa1dae6faa
commit 9a1b7e1031
1 changed files with 2 additions and 2 deletions

View File

@ -120,9 +120,9 @@ if (param('pkg')) {
print "<h2>Packages</h2>\n"; print "<h2>Packages</h2>\n";
print "The next version of Revol will be package based, using "; print "The next version of Revol will be package based, using ";
print "<a href=\"spkg.html\">spkg</a> to build filesystems automatically. "; print "<a href=\"../spkg.html\">spkg</a> to build filesystems automatically. ";
print "This is a list of packages currently available in the "; print "This is a list of packages currently available in the ";
print "<a href=\"$pkgdir/\">repository</a>."; print "<a href=\"../$pkgdir/\">repository</a>.";
print "<ul>\n"; print "<ul>\n";
foreach(sort(keys %packages)) { foreach(sort(keys %packages)) {
print "<li> "; print "<li> ";