Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2021 22:15:55 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 52a4aa3f60 - main - cgi/cgi-style.pl: Change legacy links to the new address
Message-ID:  <202106272215.15RMFtA3017046@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=52a4aa3f608079ae78ba668629d020ac11c78e40

commit 52a4aa3f608079ae78ba668629d020ac11c78e40
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-06-27 21:23:40 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106272215.15RMFtA3017046>