git: 23b3362cfb - main - Correct the branch name from 'main/' to 'main'
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed May 5 07:19:21 UTC 2021
The branch main has been updated by lwhsu (ports, src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=23b3362cfb3ce5c5cbf6fae8c41db9bc983940d4
commit 23b3362cfb3ce5c5cbf6fae8c41db9bc983940d4
Author: Minsoo Choo <fel1x.mintchoco.development at gmail.com>
AuthorDate: 2021-05-05 07:16:41 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-05-05 07:18:03 +0000
Correct the branch name from 'main/' to 'main'
PR: 255603
Approved by: carlavilla (implicitly)
---
documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index cf8826667d..f087411b69 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -708,7 +708,7 @@ The Release version plus all additional development on that branch. _STABLE_ ref
STABLE branches occasionally have bugs or incompatibilities which might affect users, although these are typically fixed quickly.
|`_X_-CURRENT`
-|`main/`
+|`main`
|The latest unreleased development version of FreeBSD. The CURRENT branch can have major bugs or incompatibilities and is recommended only for advanced users.
|===
More information about the dev-commits-doc-all
mailing list