Date: Thu, 21 Jun 2012 04:09:46 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39073 - in head: en_US.ISO8859-1/htdocs/cgi share/sgml Message-ID: <201206210409.q5L49kAU087625@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler (src,ports committer) Date: Thu Jun 21 04:09:46 2012 New Revision: 39073 URL: http://svn.freebsd.org/changeset/doc/39073 Log: Prefer the final result of redirected URLs instead of indirect links. Approved by: gjb Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl head/share/sgml/header.ent Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Thu Jun 21 03:20:54 2012 (r39072) +++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Thu Jun 21 04:09:46 2012 (r39073) @@ -151,8 +151,8 @@ $i_topbar = qq` <li><a href="$hsty_base/projects/index.html">Developers</a> <ul> <li><a href="$hsty_base/projects/ideas/ideas.html">Project Ideas</a></li> - <li><a href="http://svn.FreeBSD.org/viewvc/base/">Source SVN Repository</a></li> - <li><a href="http://svn.FreeBSD.org/viewvc/doc/">Documentation SVN Repository</a></li> + <li><a href="http://svnweb.FreeBSD.org/base/">Source SVN Repository</a></li> + <li><a href="http://svnweb.FreeBSD.org/doc/">Documentation SVN Repository</a></li> <li><a href="http://cvsweb.FreeBSD.org">CVS Repository</a></li> <li><a href="http://p4web.FreeBSD.org">Perforce Repository</a></li> </ul> Modified: head/share/sgml/header.ent ============================================================================== --- head/share/sgml/header.ent Thu Jun 21 03:20:54 2012 (r39072) +++ head/share/sgml/header.ent Thu Jun 21 04:09:46 2012 (r39073) @@ -190,8 +190,8 @@ <li><a href="&base;/projects/index.html">Developers</a> <ul> <li><a href="http://wiki.FreeBSD.org/IdeasPage">Project Ideas</a></li> - <li><a href="http://svn.FreeBSD.org/viewvc/base/">Source SVN Repository</a></li> - <li><a href="http://svn.FreeBSD.org/viewvc/doc/">Documentation SVN Repository</a></li> + <li><a href="http://svnweb.FreeBSD.org/base/">Source SVN Repository</a></li> + <li><a href="http://svnweb.FreeBSD.org/doc/">Documentation SVN Repository</a></li> <li><a href="http://cvsweb.FreeBSD.org">CVS Repository</a></li> <li><a href="http://p4web.FreeBSD.org">Perforce Repository</a></li> </ul>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206210409.q5L49kAU087625>