diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-08-18 18:26:40 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2023-08-18 18:26:40 +0100 |
commit | 7e03a9985b10e75355a6eda9da2bdf5b0935b3dc (patch) | |
tree | 5f9ccc2955d527562351211453ed3255cf3532e6 | |
parent | 973ef04e918b81de11b6df38fad1a3d53ccde7c0 (diff) | |
download | community.vyos.net-7e03a9985b10e75355a6eda9da2bdf5b0935b3dc.tar.gz community.vyos.net-7e03a9985b10e75355a6eda9da2bdf5b0935b3dc.zip |
Fix a broken link to the contribution guidelines
Replace it with a link to development intro for now
-rw-r--r-- | site/contribute/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/contribute/index.md b/site/contribute/index.md index df266ce..0614ff3 100644 --- a/site/contribute/index.md +++ b/site/contribute/index.md @@ -35,7 +35,7 @@ We also have [badges](https://www.youracclaim.com/organizations/vyos/badges)! ### Contributing to the code -* Read [contributing guidelines](https://docs.vyos.io/en/latest/contributing/index.html). +* Read the [introduction to VyOS development](https://docs.vyos.io/en/latest/contributing/development.html). * Browse [open tasks](https://vyos.dev/maniphest/query/YqwCUwoj7wWx/#R). ### Contributing to the documentation |