git: d626f8222e - main - Avoid content duplication
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Apr 19 11:22:37 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=d626f8222eb3964eaadc745c1ea30e488f416b89
commit d626f8222eb3964eaadc745c1ea30e488f416b89
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-19 11:21:13 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-19 11:21:13 +0000
Avoid content duplication
Point to the table of Git-related URLs.
---
documentation/content/en/books/handbook/mirrors/_index.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc
index fe03a36cc0..1cd4db6129 100644
--- a/documentation/content/en/books/handbook/mirrors/_index.adoc
+++ b/documentation/content/en/books/handbook/mirrors/_index.adoc
@@ -450,6 +450,7 @@ The first component of the path is the FreeBSD repository to access.
There are three different repositories, `src` for the FreeBSD systerm source code, `doc` for documentation, and `ports` for the FreeBSD Ports Collection.
For example, the URL `https://git.FreeBSD.org/src.git` specifies the main branch of the src repository, using the `https` protocol.
+[[git-url-table]]
.Handy URL Table
[options="header,foooter"]
|=======================================================
@@ -551,8 +552,8 @@ These are also published as SSHFP records in DNS.
=== Web-based repository browser
-The FreeBSD project currently uses cgit as the web-based repository browser: https://cgit.freebsd.org/
-The URL of the indivirual repository is at: https://cgit.freebsd.org/${repo}/
+The FreeBSD project currently uses cgit as the web-based repository browser: https://cgit.freebsd.org/.
+The URLs of indivirual repositories are listed crossref:mirrors[git-url-table,here].
=== For Users
More information about the dev-commits-doc-all
mailing list