diff options
author | Alexandre Flament <alex@al-f.net> | 2020-09-28 16:44:14 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2020-09-28 16:44:14 +0200 |
commit | f204e4903da3e97629bbf37c74e1b603b2e12830 (patch) | |
tree | 471fc120e7f023fe3aa816f0f651e8764771c6eb /CONTRIBUTING.md | |
parent | 8d47142f35199866b26ee4e9149bbb8b058a6873 (diff) | |
download | searxng-f204e4903da3e97629bbf37c74e1b603b2e12830.tar.gz searxng-f204e4903da3e97629bbf37c74e1b603b2e12830.zip |
[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 814ff64a2..6850ab405 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,8 @@ ## Resources in the documentation -* [Development quickstart](http://asciimoo.github.io/searx/dev/contribution_guide.html) -* [Contribution guide](http://asciimoo.github.io/searx/dev/contribution_guide.html) +* [Development quickstart](http://searx.github.io/searx/dev/contribution_guide.html) +* [Contribution guide](http://searx.github.io/searx/dev/contribution_guide.html) ## Submitting PRs |