git: 52a4aa3f60 - main - cgi/cgi-style.pl: Change legacy links to the new address
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=52a4aa3f608079ae78ba668629d020ac11c78e40 commit 52a4aa3f608079ae78ba668629d020ac11c78e40 Author: Danilo G. Baio <[email protected]> AuthorDate: 2021-06-27 21:23:40 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2021-06-27 21:23:40 +0000 cgi/cgi-style.pl: Change legacy links to the new address --- website/content/en/cgi/cgi-style.pl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl index a1b22f84b6..f237c7d359 100644 --- a/website/content/en/cgi/cgi-style.pl +++ b/website/content/en/cgi/cgi-style.pl @@ -107,17 +107,17 @@ $i_topbar = qq` <li><a href="$hsty_base/">Home</a></li> </ul> <ul> - <li><a href="$hsty_base/about.html">About</a> + <li><a href="$hsty_base/about/">About</a> <ul> - <li><a href="$hsty_base/projects/newbies.html">Introduction</a></li> - <li><a href="$hsty_base/features.html">Features</a></li> + <li><a href="$hsty_base/projects/newbies/">Introduction</a></li> + <li><a href="$hsty_base/features/">Features</a></li> <li><a href="$hsty_base/advocacy/">Advocacy</a></li> <li><a href="$hsty_base/marketing/">Marketing</a></li> </ul> </li> </ul> <ul> - <li><a href="$hsty_base/where.html">Get FreeBSD</a> + <li><a href="$hsty_base/where/">Get FreeBSD</a> <ul> <li><a href="$hsty_base/releases/">Release Information</a></li> <li><a href="$hsty_base/releng/">Release Engineering</a></li> @@ -125,15 +125,15 @@ $i_topbar = qq` </li> </ul> <ul> - <li><a href="$hsty_base/docs.html">Documentation</a> + <li><a href="$hsty_base/docs/">Documentation</a> <ul> - <li><a href="$hsty_base/doc/en_US.ISO8859-1/books/faq/">FAQ</a></li> - <li><a href="$hsty_base/doc/en_US.ISO8859-1/books/handbook/">Handbook</a></li> - <li><a href="$hsty_base/doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a></li> - <li><a href="$hsty_base/doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a></li> + <li><a href="https://docs.freebsd.org/en/books/faq/">FAQ</a></li> + <li><a href="https://docs.freebsd.org/en/books/handbook/">Handbook</a></li> + <li><a href="https://docs.freebsd.org/en/books/porters-handbook/">Porter's Handbook</a></li> + <li><a href="https://docs.freebsd.org/en//books/developers-handbook/">Developer's Handbook</a></li> <li><a href="$hsty_base/cgi/man.cgi">Manual Pages</a></li> - <li><a href="$hsty_base/doc/en_US.ISO8859-1/books/fdp-primer">Documentation Project Primer</a></li> - <li><a href="$hsty_base/docs/books.html">All Books and Articles</a></li> + <li><a href="https://docs.freebsd.org/en/books/fdp-primer/">Documentation Project Primer</a></li> + <li><a href="$hsty_base/docs/books/">All Books and Articles</a></li> </ul> </li> </ul> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"