summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-08 19:17:47 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-08 19:17:47 +0100
commit4d42f5bfee1688af3d24d47b64b94cc476c7daca (patch)
tree8d644d31310b414b893d8d1190f8a584f64ea61c
parentdc495cfb8921004d2b700e5551d95e3d00e3a12d (diff)
downloadvyos-documentation-4d42f5bfee1688af3d24d47b64b94cc476c7daca.tar.gz
vyos-documentation-4d42f5bfee1688af3d24d47b64b94cc476c7daca.zip
contribution: fix errors when generating documentation chapter
-rw-r--r--docs/contributing/documentation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing/documentation.rst b/docs/contributing/documentation.rst
index 138dff05..b3ade103 100644
--- a/docs/contributing/documentation.rst
+++ b/docs/contributing/documentation.rst
@@ -1,4 +1,4 @@
-.. _build:
+.. _documentation:
Documentation
=============
@@ -25,9 +25,9 @@ This requires you already have a GitHub account.
3. Change to your new local directory vyos-documentation
4. Create a new branch for your work. You can use a name that describes what
you do
- ```shell
+ ```shell
$ git checkout -b fix-vxlan-typo
- ```
+ ```
5. Make all your changes - please keep out commit rules in mind. This mainly
applies to a proper commit message describing your change. Please check the
documentation if you aren't familiar with