diff options
| author | Minsoo Choo <fel1x.mintchoco.development@gmail.com> | 2021-05-05 07:16:41 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2021-05-05 07:18:03 +0000 |
| commit | 23b3362cfb3ce5c5cbf6fae8c41db9bc983940d4 (patch) | |
| tree | 0e522ff4e5c95d88cfd7c2b621c7e67969846156 | |
| parent | de86fcbca81110385fbb86081a2b4edef2f51eec (diff) | |
| download | doc-23b3362cfb3ce5c5cbf6fae8c41db9bc983940d4.tar.gz doc-23b3362cfb3ce5c5cbf6fae8c41db9bc983940d4.zip | |
Correct the branch name from 'main/' to 'main'
PR: 255603
Approved by: carlavilla (implicitly)
| -rw-r--r-- | documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |=== |
