summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-05-18 17:38:28 +0300
committerGitHub <noreply@github.com>2026-05-18 17:38:28 +0300
commit1fbea6323fdc1a5eafc13ac4d251755bec8b8966 (patch)
tree255d65586018ae09ecbdd5376dccab07e9e0ad61
parent5ae2669fc7c009110086cad8680aaec473e7ba0e (diff)
parent3337c77f6b4c158e43e6c246a096e6a684b5b0b6 (diff)
downloadvyos-documentation-1fbea6323fdc1a5eafc13ac4d251755bec8b8966.tar.gz
vyos-documentation-1fbea6323fdc1a5eafc13ac4d251755bec8b8966.zip
Merge pull request #2052 from teslazonda/update-target-branch-in-write-documentation-tutorial
Update upstream Git branch to 'rolling' in 'Write Documentation' instructions
-rw-r--r--docs/documentation.md15
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