diff options
author | Robert Göhler <github@ghlr.de> | 2023-09-08 09:33:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 09:33:04 +0200 |
commit | 7c9fcfd1961a0f26ab50b8eae3fe33fcbf948900 (patch) | |
tree | 64fcf5cae30555114391058ec88aac7bc41576ce | |
parent | 91f5199c294a023efc1dd17a71bd5c9833f8deb2 (diff) | |
parent | fa4e8c6ae6c436e095f4933f77a14246e2fecee5 (diff) | |
download | vyos-documentation-7c9fcfd1961a0f26ab50b8eae3fe33fcbf948900.tar.gz vyos-documentation-7c9fcfd1961a0f26ab50b8eae3fe33fcbf948900.zip |
Merge pull request #1073 from srividya0208/zbf1
incorrect link for configuration blueprint
-rw-r--r-- | docs/configuration/zonepolicy/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/zonepolicy/index.rst b/docs/configuration/zonepolicy/index.rst index 8fe18778..ec5cb301 100644 --- a/docs/configuration/zonepolicy/index.rst +++ b/docs/configuration/zonepolicy/index.rst @@ -62,10 +62,11 @@ Zone-policy Config: set zone-policy zone local from lan firewall name 'local-lan' set zone-policy zone local local-zone -A detailed zone-based policy example is written in the Configuration-Blueprints_ section. +A detailed zone-based policy example is written in the +Configuration-Blueprints_ section. .. stop_vyoslinter -.. _Configuration-Blueprints: https://docs.vyos.io/en/latest/configexamples/zone-policy.html +.. _Configuration-Blueprints: https://docs.vyos.io/en/equuleus/configexamples/zone-policy.html .. start_vyoslinter |