From f204e4903da3e97629bbf37c74e1b603b2e12830 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 28 Sep 2020 16:44:14 +0200 Subject: [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs --- searx/brand.py | 6 +++--- searx/engines/searx_engine.py | 4 ++-- searx/settings.yml | 2 +- searx/templates/__common__/about.html | 6 +++--- searx/templates/courgette/github_ribbon.html | 2 +- searx/templates/legacy/github_ribbon.html | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'searx') diff --git a/searx/brand.py b/searx/brand.py index 91d2ab321..d71c57db7 100644 --- a/searx/brand.py +++ b/searx/brand.py @@ -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' diff --git a/searx/engines/searx_engine.py b/searx/engines/searx_engine.py index d4c85bdc5..87e5e05c2 100644 --- a/searx/engines/searx_engine.py +++ b/searx/engines/searx_engine.py @@ -1,8 +1,8 @@ """ Searx (all) - @website https://github.com/asciimoo/searx - @provide-api yes (https://asciimoo.github.io/searx/dev/search_api.html) + @website https://github.com/searx/searx + @provide-api yes (https://searx.github.io/searx/dev/search_api.html) @using-api yes @results JSON diff --git a/searx/settings.yml b/searx/settings.yml index 9140522c4..492d40586 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -60,7 +60,7 @@ outgoing: # communication with search engines # - 1.1.1.2 # External plugin configuration -# See http://asciimoo.github.io/searx/dev/plugins.html for more details +# See http://searx.github.io/searx/dev/plugins.html for more details # # plugins: # - plugin1 diff --git a/searx/templates/__common__/about.html b/searx/templates/__common__/about.html index 9b34251a2..e1a545c3c 100644 --- a/searx/templates/__common__/about.html +++ b/searx/templates/__common__/about.html @@ -10,7 +10,7 @@

More about searx ...

@@ -80,7 +80,7 @@

Searx appreciates your concern regarding logs, so take the - code from the original searx project and + code from the original searx project and run it yourself!

diff --git a/searx/templates/courgette/github_ribbon.html b/searx/templates/courgette/github_ribbon.html index bdd9cf180..fb38a2051 100644 --- a/searx/templates/courgette/github_ribbon.html +++ b/searx/templates/courgette/github_ribbon.html @@ -1,3 +1,3 @@ - + Fork me on GitHub diff --git a/searx/templates/legacy/github_ribbon.html b/searx/templates/legacy/github_ribbon.html index bdd9cf180..fb38a2051 100644 --- a/searx/templates/legacy/github_ribbon.html +++ b/searx/templates/legacy/github_ribbon.html @@ -1,3 +1,3 @@ - + Fork me on GitHub -- cgit v1.2.3