From 3337c77f6b4c158e43e6c246a096e6a684b5b0b6 Mon Sep 17 00:00:00 2001 From: Quill Cronwall Date: Mon, 18 May 2026 17:22:23 +0900 Subject: Update Git branch to 'rolling' Update the upstream Git branch from 'current' to 'rolling in the 'Write Documentation' instructions. --- docs/documentation.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3