aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2023-01-28 20:21:10 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-01-28 20:24:17 +0000
commit430c609ef7a9b6cc33d3475b56d71b2b91815093 (patch)
tree70fb3aa8b52cc316d0fb63de112a9afc060c0096
parentd19f2affec8b441a6d3f3463f26f0833a3c0322c (diff)
downloaddoc-430c609ef7.tar.gz
doc-430c609ef7.zip
website: Update a few more man pages links
-rwxr-xr-xwebsite/content/en/cgi/ports.cgi2
-rw-r--r--website/content/en/docproj/doc-set.adoc2
-rw-r--r--website/content/en/projects/newbies.adoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
index 0e6d425ee6..1e9de512e3 100755
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -568,7 +568,7 @@ two hours.</p>
<p>
You may also search the
-<a href="https://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+Ports">ports manual pages</a>.</p>
+<a href="https://man.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+Ports">ports manual pages</a>.</p>
<p>
<a href="$script_name">Back to the search engine</a></p>
diff --git a/website/content/en/docproj/doc-set.adoc b/website/content/en/docproj/doc-set.adoc
index 9cdc09eba9..cb33da7403 100644
--- a/website/content/en/docproj/doc-set.adoc
+++ b/website/content/en/docproj/doc-set.adoc
@@ -7,7 +7,7 @@ sidenav: docs
FreeBSD's documentation falls into three basic categories:
-. https://www.freebsd.org/cgi/man.cgi[*The manual pages*]
+. https://man.freebsd.org/cgi/man.cgi[*The manual pages*]
+
The manual pages are part of the base system, but are also an important component of the documentation. Both the Documentation project and source committers update and maintain manual pages.
+
diff --git a/website/content/en/projects/newbies.adoc b/website/content/en/projects/newbies.adoc
index 86e85e4950..4d4bdfa6fc 100644
--- a/website/content/en/projects/newbies.adoc
+++ b/website/content/en/projects/newbies.adoc
@@ -14,7 +14,7 @@ The latest FreeBSD releases are available link:../../where/[here]. Before you be
== Learning about FreeBSD
* The link:{handbook}[FreeBSD Handbook] and link:{faq}[Frequently Asked Questions (FAQ)] are the main documents for FreeBSD. Essential reading, they contain a lot of material for newbies as well as advanced users. For users interested in installing a GUI, see the link:{handbook}x11[X Windows] chapter.
-* https://www.freebsd.org/cgi/man.cgi[Manual pages] are good for reference but not always the best introduction for a novice. They generally provide information on a specific command, driver or service.
+* https://man.freebsd.org/cgi/man.cgi[Manual pages] are good for reference but not always the best introduction for a novice. They generally provide information on a specific command, driver or service.
== Questions and Support