Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2018 04:19:45 +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: r51840 - head/share/xml
Message-ID:  <201806160419.w5G4JjoC080725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'?'&amp;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>



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