Skip to content

Commit a5fcebd

Browse files
committed
change master to current branch name
1 parent 27998ef commit a5fcebd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
## Checklist:
2020
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
2121
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
22-
- [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-documentation/blob/master/CONTRIBUTING.md) document
22+
- [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-documentation/blob/current/CONTRIBUTING.md) document

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Our old wiki with documentation from the VyOS 1.1.x and early 1.2.0 era can stil
1111

1212
Our version follows the very same branching scheme as the VyOS source modules
1313
itself. We maintain one documentation branch per VyOS release. The default
14-
branch that contains the most recent VyOS documentation is called `master`
14+
branch that contains the most recent VyOS documentation is called `current`
1515
and matches the latest VyOS release which is 1.4 at the time.
1616

17-
All new documentation enhancements go to the `master` branch. If those changes
17+
All new documentation enhancements go to the `current` branch. If those changes
1818
are beneficial for previous VyOS documentation versions they will be
1919
cherry-picked to the appropriate branch(es).
2020

docs/documentation.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -442,19 +442,19 @@ access to the official codebase.
442442
.. code-block:: none
443443
444444
$ git fetch upstream
445-
$ git checkout master
446-
$ git merge upstream/master
445+
$ git checkout current
446+
$ git merge upstream/current
447447
448448
* If you also want to update your fork on GitHub, use the following: ``$ git
449-
push origin master``
449+
push origin current``
450450

451451
.. stop_vyoslinter
452452
453453
.. _Sphinx-doc: https://www.sphinx-doc.org
454454
.. _reStructuredText: http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
455455
.. _reStructuredTextDirectives: https://docutils.sourceforge.io/docs/ref/rst/directives.html
456-
.. _README.md: https://github.com/vyos/vyos-documentation/blob/master/README.md
457-
.. _Dockerfile: https://github.com/vyos/vyos-documentation/blob/master/docker/Dockerfile
456+
.. _README.md: https://github.com/vyos/vyos-documentation/blob/current/README.md
457+
.. _Dockerfile: https://github.com/vyos/vyos-documentation/blob/current/docker/Dockerfile
458458
.. _Grammarly: https://www.grammarly.com/
459459
.. include:: /_include/common-references.txt
460460

0 commit comments

Comments
 (0)