diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-09-29 12:35:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-29 12:35:11 +0200 |
| commit | 9740618227bbd9abe67ceb45c7491d4b444f347d (patch) | |
| tree | 971c2a32008ba1a5713db5c1f3cdc7a8dcafaa1e /CONTRIBUTING.md | |
| parent | 246b8cd1a40a35191a42f5aa1df6e112a5c79ec8 (diff) | |
| parent | f204e4903da3e97629bbf37c74e1b603b2e12830 (diff) | |
Merge pull request #2226 from dalf/fix-searx-migration
[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 |