svn commit: r51840 - head/share/xml

Eitan Adler eadler at FreeBSD.org
Sat Jun 16 04:19:46 UTC 2018


Author: eadler
Date: Sat Jun 16 04:19:45 2018
New Revision: 51840
URL: https://svnweb.freebsd.org/changeset/doc/51840

Log:
  www: update development resources
  
  - make it clear phab is for code review
  - Git shouldn't be capitalized
  - make it clear that the git repo is a mirror
  
  Submitted by:	ygy
  PR:		229056

Modified:
  head/share/xml/header.ent

Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent	Fri Jun 15 22:43:48 2018	(r51839)
+++ head/share/xml/header.ent	Sat Jun 16 04:19:45 2018	(r51840)
@@ -159,8 +159,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
 	<ul>
 	  <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://github.com/freebsd">Git Mirror</a></li>
+	  <li><a href="https://reviews.FreeBSD.org">Code Review (Phabricator)</a></li>
 	  <li><a href="https://wiki.FreeBSD.org">Wiki</a></li>
 	</ul>
       </li>


More information about the svn-doc-all mailing list