[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs

This commit is contained in:
Alexandre Flament 2020-09-28 16:44:14 +02:00
parent 8d47142f35
commit f204e4903d
22 changed files with 59 additions and 59 deletions

View file

@ -1,6 +1,6 @@
GIT_URL = 'https://github.com/asciimoo/searx'
GIT_URL = 'https://github.com/searx/searx'
GIT_BRANCH = 'master'
ISSUE_URL = 'https://github.com/asciimoo/searx/issues'
ISSUE_URL = 'https://github.com/searx/searx/issues'
SEARX_URL = 'https://searx.me'
DOCS_URL = 'https://asciimoo.github.io/searx'
DOCS_URL = 'https://searx.github.io/searx'
PUBLIC_INSTANCES = 'https://searx.space'