Add a menu item linking to the documentation svn repository.
Include "source" in the original menu option. Reviewed by: issyl0 Approved by: bcr
This commit is contained in:
parent
0eee01ed9d
commit
4827366874
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39072
2 changed files with 4 additions and 2 deletions
|
@ -151,7 +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/">SVN Repository</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://cvsweb.FreeBSD.org">CVS Repository</a></li>
|
||||
<li><a href="http://p4web.FreeBSD.org">Perforce Repository</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -190,7 +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/">SVN Repository</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://cvsweb.FreeBSD.org">CVS Repository</a></li>
|
||||
<li><a href="http://p4web.FreeBSD.org">Perforce Repository</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue