Date: Sat, 17 Apr 2021 02:45:08 GMT From: Ryusuke SUZUKI <ryusuke@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: dc2b9671b7 - main - Correct the cgit repository URL for ports tree. Message-ID: <202104170245.13H2j83F043676@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=dc2b9671b7315102d585e458b5928351a575c122 commit dc2b9671b7315102d585e458b5928351a575c122 Author: Ryusuke SUZUKI <ryusuke@FreeBSD.org> AuthorDate: 2021-04-17 02:42:53 +0000 Commit: Ryusuke SUZUKI <ryusuke@FreeBSD.org> CommitDate: 2021-04-17 02:42:53 +0000 Correct the cgit repository URL for ports tree. --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 07aa2a097e..1c30db5528 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -467,7 +467,7 @@ Again, the git-bisect manual (linked above) is a good resource for when things g The ports tree operates the same way. The branch names are different and the repositories are in different locations. -The cgit repository web interface for use with web browsers is at https://cgit.FreeBSD.org/ports.git . +The cgit repository web interface for use with web browsers is at https://cgit.FreeBSD.org/ports/ . The production git repository is at https://git.FreeBSD.org/ports.git and at ssh://anongit@git.FreeBSD.org/ports.git (or anongit@git.FreeBSD.org:ports.git). There is also a mirror on GitHub, see link:{handbook}mirrors/#mirrors[Exteral mirrors] for an overview.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104170245.13H2j83F043676>