git: c4d8520a00 - main - doc/portal: Update the address of the manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 21:00:23 UTC
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/doc/commit/?id=c4d8520a00007359eb22afb9af3f1cc403d23573
commit c4d8520a00007359eb22afb9af3f1cc403d23573
Author: Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-01-28 20:03:54 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-01-28 20:03:54 +0000
doc/portal: Update the address of the manual pages
Manual pages are now hosted in man.freebsd.org instead of
www.freebsd.org.
---
documentation/themes/beastie/layouts/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/themes/beastie/layouts/index.html b/documentation/themes/beastie/layouts/index.html
index 15881d7d08..5d69987cc1 100644
--- a/documentation/themes/beastie/layouts/index.html
+++ b/documentation/themes/beastie/layouts/index.html
@@ -59,7 +59,7 @@
</a>
</div>
<div class="card">
- <a href="https://www.FreeBSD.org/cgi/man.cgi">
+ <a href="https://man.FreeBSD.org/cgi/man.cgi">
<h5>{{ i18n "manual-pages" }}</h5>
<p>{{ i18n "manual-pages-desc" }}</p>
</a>