Date: Thu, 7 Jan 2021 09:14:44 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: f3bf61d561 - main - Add link to git pepository Message-ID: <202101070914.1079EiFL069188@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu (ports, src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=f3bf61d5614d54621681c2613edfa77c3eb659db commit f3bf61d5614d54621681c2613edfa77c3eb659db Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2021-01-07 09:13:44 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-01-07 09:13:44 +0000 Add link to git pepository Approved by: ygy Differential Revision: https://reviews.freebsd.org/D28015 --- share/xml/header.ent | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/xml/header.ent b/share/xml/header.ent index 93cf647b67..739508729d 100644 --- a/share/xml/header.ent +++ b/share/xml/header.ent @@ -137,8 +137,9 @@ <li><a href="&base;/projects/index.html">Developers</a> <ul> <li><a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a></li> + <li><a href="https://cgit.FreeBSD.org">Git Repository</a></li> <li><a href="https://svnweb.FreeBSD.org">Subversion Repository</a></li> - <li><a href="https://github.com/freebsd">Git Mirror</a></li> + <li><a href="https://github.com/freebsd">GitHub 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> <li><a href="https://ci.FreeBSD.org">Continuous Integration Service</a></li>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101070914.1079EiFL069188>