diff options
author | Myzel394 <50424412+Myzel394@users.noreply.github.com> | 2024-01-03 23:09:00 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-01-06 16:20:38 +0100 |
commit | 55568051d49132efb36f7b3ed5d5a61d39751461 (patch) | |
tree | 9529c5ec0932c4de4455f37bd09454752151f813 | |
parent | c90dc201fcdcb0474e080a6ba2e7e506e7f90fb1 (diff) | |
download | searxng-55568051d49132efb36f7b3ed5d5a61d39751461.tar.gz searxng-55568051d49132efb36f7b3ed5d5a61d39751461.zip |
fix(docs): Fix development quickstart url
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 748a7b53c..d3122e9d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Resources in the documentation -* [Development quickstart](https://docs.searxng.org/dev/contribution_guide.html) +* [Development quickstart](https://docs.searxng.org/dev/quickstart.html) * [Contribution guide](https://docs.searxng.org/dev/contribution_guide.html) ## Submitting PRs |