Date: Sat, 16 Jun 2018 12:12:39 -0500 From: Benjamin Kaduk <kaduk@mit.edu> To: Eitan Adler <eadler@FreeBSD.org> Cc: doc-committers@FreeBSD.org, svn-doc-all@FreeBSD.org, svn-doc-head@FreeBSD.org Subject: Re: svn commit: r51840 - head/share/xml Message-ID: <20180616171239.GV64971@kduck.kaduk.org> In-Reply-To: <201806160419.w5G4JjoC080725@repo.freebsd.org> References: <201806160419.w5G4JjoC080725@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 16, 2018 at 04:19:45AM +0000, Eitan Adler wrote: > 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> Hmm, do I misremmber, or do we generally prefer writing out "Subversion" to the acronym "SVN"? -Ben > - <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> > _______________________________________________ > svn-doc-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-doc-all > To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180616171239.GV64971>