From f3bf61d5614d54621681c2613edfa77c3eb659db Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu <lwhsu@FreeBSD.org> Date: Thu, 7 Jan 2021 17:13:44 +0800 Subject: [PATCH] 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>