diff options
author | Erich Eckner <git@eckner.net> | 2018-04-14 14:28:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-14 14:28:52 +0200 |
commit | 001e3a5e7ec38cb6ed76f39c4ee1073b41ce6ddc (patch) | |
tree | f8ad32fc17193435e2da303b6e4201e09bc588fa | |
parent | 75af4bda33e106b593ed83cfdfafd91f8b86e220 (diff) | |
download | archweb32-001e3a5e7ec38cb6ed76f39c4ee1073b41ce6ddc.tar.xz |
packages/pkginfo.php: fix some links
-rw-r--r-- | packages/pkginfo.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/pkginfo.php b/packages/pkginfo.php index ac7eef3..20d93c9 100644 --- a/packages/pkginfo.php +++ b/packages/pkginfo.php @@ -340,11 +340,11 @@ if (count($elsewhere)>0) { <table id="pkginfo"> <tr> <th>Architecture:</th> - <td><a href="/packages/?arch=<?php print $content["Architecture"]; ?>" + <td><a href="/?arch=<?php print $content["Architecture"]; ?>" title="Browse packages for <?php print $content["Architecture"]; ?> architecture"><?php print $content["Architecture"]; ?></a></td> </tr><tr> <th>Repository:</th> - <td><a href="/packages/?repo=<?php print $content["Repository"]; ?>" + <td><a href="/?repo=<?php print $content["Repository"]; ?>" title="Browse the <?php print $content["Repository"]; ?> repository"><?php print $content["Repository"]; ?></a></td> </tr> @@ -465,7 +465,7 @@ if (count($elsewhere)>0) { "url": "/", "potentialAction": { "@type": "SearchAction", - "target": "/packages/?q={search_term}", + "target": "/?q={search_term}", "query-input": "required name=search_term" } } |