aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2023-01-28 20:03:38 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-01-28 20:03:38 +0000
commitc4764f7d714d6c35859b7f337350844a4d9b85fa (patch)
tree16c0da5a6d9782a12a964cd7ddea631593b72b5c
parentd0fd2114bbd86f88a7bbfb2fcdbea227eca508ce (diff)
downloaddoc-c4764f7d71.tar.gz
doc-c4764f7d71.zip
website/search: Update the address of the manual pages
Manual pages are now hosted in man.freebsd.org instead of www.freebsd.org.
-rw-r--r--website/content/en/search/_index.adoc2
-rw-r--r--website/themes/beastie/layouts/shortcodes/form-search-man.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/website/content/en/search/_index.adoc b/website/content/en/search/_index.adoc
index 7ad9629ca1..051f082a86 100644
--- a/website/content/en/search/_index.adoc
+++ b/website/content/en/search/_index.adoc
@@ -15,7 +15,7 @@ include::shared/en/urls.adoc[]
* <<mailinglists,Mailing list archives>>
* link:search-mid[Message-ID]
* https://bugs.FreeBSD.org/search/[Problem Reports (Bugs) database]
-* link:https://www.freebsd.org/cgi/man.cgi[Manual Pages]
+* link:https://man.freebsd.org/cgi/man.cgi[Manual Pages]
* link:https://www.freebsd.org/cgi/ports.cgi[Ports Search]
* http://fxr.watson.org/[The Source Code]
* http://freebsd.markmail.org/[MarkMail: FreeBSD mail archives search]
diff --git a/website/themes/beastie/layouts/shortcodes/form-search-man.html b/website/themes/beastie/layouts/shortcodes/form-search-man.html
index e71cbeacef..3a13ae4dfa 100644
--- a/website/themes/beastie/layouts/shortcodes/form-search-man.html
+++ b/website/themes/beastie/layouts/shortcodes/form-search-man.html
@@ -1,4 +1,4 @@
-<form action="https://www.freebsd.org/cgi/man.cgi" method="get">
+<form action="https://man.freebsd.org/cgi/man.cgi" method="get">
<input type="text" name="query" size="50"/><br/>
<input type="submit" value="Submit Query"/>
<input type="reset" value="Reset"/>