git: 430c609ef7 - main - website: Update a few more man pages links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 21:00:27 UTC
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/doc/commit/?id=430c609ef7a9b6cc33d3475b56d71b2b91815093
commit 430c609ef7a9b6cc33d3475b56d71b2b91815093
Author: Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-01-28 20:21:10 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-01-28 20:24:17 +0000
website: Update a few more man pages links
---
website/content/en/cgi/ports.cgi | 2 +-
website/content/en/docproj/doc-set.adoc | 2 +-
website/content/en/projects/newbies.adoc | 2 +-
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