svn commit: r51827 - head/share/xml

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jun 13 18:30:35 UTC 2018


Author: trasz (src,ports committer)
Date: Wed Jun 13 18:30:34 2018
New Revision: 51827
URL: https://svnweb.freebsd.org/changeset/doc/51827

Log:
  Add links to Phab and Wiki to the "Developers" menu on the FreeBSD website.
  
  Reviewed by:	eadler@
  Approved by:	eadler@
  MFC after:	2 weeks
  Sponsored by:	DARPA, AFRL
  Differential Revision:	https://reviews.freebsd.org/D15788

Modified:
  head/share/xml/header.ent

Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent	Wed Jun 13 14:55:04 2018	(r51826)
+++ head/share/xml/header.ent	Wed Jun 13 18:30:34 2018	(r51827)
@@ -160,6 +160,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
 	  <li><a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a></li>
 	  <li><a href="https://svnweb.FreeBSD.org">SVN Repository</a></li>
 	  <li><a href="https://github.com/freebsd">GIT Repository</a></li>
+	  <li><a href="https://reviews.FreeBSD.org">Phabricator</a></li>
+	  <li><a href="https://wiki.FreeBSD.org">Wiki</a></li>
 	</ul>
       </li>
     </ul>


More information about the svn-doc-head mailing list