git: 8bcfca89df - main - update link to "FreeBSD Search Services" page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 08:09:51 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=8bcfca89df2da62a49d1fc34adbfb89642eaef53
commit 8bcfca89df2da62a49d1fc34adbfb89642eaef53
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2022-04-16 08:07:43 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2022-04-16 08:07:43 +0000
update link to "FreeBSD Search Services" page
Reported by: 謝致邦 (XIE Zhibang)
---
website/content/en/cgi/mid.cgi | 2 +-
website/content/en/cgi/ports.cgi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/content/en/cgi/mid.cgi b/website/content/en/cgi/mid.cgi
index 19bec4bda0..3971bf5b84 100755
--- a/website/content/en/cgi/mid.cgi
+++ b/website/content/en/cgi/mid.cgi
@@ -117,7 +117,7 @@ sub get_id {
sub midheader {
return &short_html_header("FreeBSD Message-ID Mail Archives") .
- qq{<p><a href="$hsty_base/search/search.html">Back to the search interface</a></p>\n};
+ qq{<p><a href="$hsty_base/search/">Back to the search interface</a></p>\n};
}
sub foot { return &html_footer; }
diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
index 81b35aae3a..fd5b8962c4 100755
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -626,7 +626,7 @@ if ($query) {
if ( !$counter ) {
print "Sorry, nothing found.\n";
print qq{You may look for other }
- . qq{<a href="/search/search.html">FreeBSD Search Services</a>.\n};
+ . qq{<a href="/search/">FreeBSD Search Services</a>.\n};
}
else {
print "</dl>\n";