diff options
| author | Quill Cronwall <quilljazz@gmail.com> | 2026-05-18 17:22:23 +0900 |
|---|---|---|
| committer | Quill Cronwall <quilljazz@gmail.com> | 2026-05-18 17:22:23 +0900 |
| commit | 3337c77f6b4c158e43e6c246a096e6a684b5b0b6 (patch) | |
| tree | 255d65586018ae09ecbdd5376dccab07e9e0ad61 | |
| parent | 5ae2669fc7c009110086cad8680aaec473e7ba0e (diff) | |
| download | vyos-documentation-3337c77f6b4c158e43e6c246a096e6a684b5b0b6.tar.gz vyos-documentation-3337c77f6b4c158e43e6c246a096e6a684b5b0b6.zip | |
Update Git branch to 'rolling'
Update the upstream Git branch from 'current' to 'rolling in the
'Write Documentation' instructions.
| -rw-r--r-- | docs/documentation.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/documentation.md b/docs/documentation.md index 6a25a413..d4bb7691 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -427,16 +427,17 @@ pull-request. This requires you already have a GitHub account. ```none $ git fetch upstream - $ git checkout current - $ git merge upstream/current -``` + $ git checkout rolling + $ git merge upstream/rolling + + ``` -- If you also want to update your fork on GitHub, use the following: `$ git - push origin current` +- If you also want to update your fork on GitHub, use the following: +`$ git push origin rolling` -[dockerfile]: https://github.com/vyos/vyos-documentation/blob/current/docker/Dockerfile +[dockerfile]: https://github.com/vyos/vyos-documentation/blob/rolling/docker/Dockerfile [grammarly]: https://www.grammarly.com/ -[readme.md]: https://github.com/vyos/vyos-documentation/blob/current/README.md +[readme.md]: https://github.com/vyos/vyos-documentation/blob/rolling/README.md [restructuredtext]: http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html [restructuredtextdirectives]: https://docutils.sourceforge.io/docs/ref/rst/directives.html [sphinx-doc]: https://www.sphinx-doc.org |
