diff options
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | docs/contributing/build-vyos.rst | 2 | ||||
-rw-r--r-- | docs/routing/arp.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ebc233b..8d769212 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ # Documentation Contribution -Please follow the guid in our documentation. It can be found here: +Please follow the guide in our documentation. It can be found here: https://docs.vyos.io/en/latest/contributing/documentation.html diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index d186f05e..28d7b96d 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -149,7 +149,7 @@ for whatever reason and you supect its a problem with APT dependencies or installation you can add this small patch which increases the APT verbosity during ISO build. -.. code-block:: Python +.. code-block:: diff diff --git i/scripts/live-build-config w/scripts/live-build-config index 1b3b454..3696e4e 100755 diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst index ceecc10e..5f3115ab 100644 --- a/docs/routing/arp.rst +++ b/docs/routing/arp.rst @@ -26,7 +26,7 @@ Configure Example: - .. code-block:: + .. code-block:: none set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa |