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 /docs/dev/contribution_guide.rst | |
| parent | 8d47142f35199866b26ee4e9149bbb8b058a6873 (diff) | |
[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs
Diffstat (limited to 'docs/dev/contribution_guide.rst')
| -rw-r--r-- | docs/dev/contribution_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/contribution_guide.rst b/docs/dev/contribution_guide.rst index f9e9569f9..5012dea21 100644 --- a/docs/dev/contribution_guide.rst +++ b/docs/dev/contribution_guide.rst @@ -182,4 +182,4 @@ needed git add, commit and push: cd gh-pages; git checkout gh-pages >/dev/null Switched to a new branch 'gh-pages' ... - doc available at --> https://asciimoo.github.io/searx + doc available at --> https://searx.github.io/searx |