mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs
This commit is contained in:
parent
8d47142f35
commit
f204e4903d
22 changed files with 59 additions and 59 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<p>More about searx ...</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/asciimoo/searx">github</a></li>
|
||||
<li><a href="https://github.com/searx/searx">github</a></li>
|
||||
<li><a href="https://twitter.com/Searx_engine">twitter</a></li>
|
||||
<li>IRC: #searx @ freenode (<a href="https://kiwiirc.com/client/irc.freenode.com/searx">webclient</a>)</li>
|
||||
<li><a href="https://www.transifex.com/projects/p/searx/">transifex</a></li>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</li>
|
||||
<li>
|
||||
Searx is free software, the code is 100% open and you can help to make it
|
||||
better. See more on <a href="https://github.com/asciimoo/searx">github</a>.
|
||||
better. See more on <a href="https://github.com/searx/searx">github</a>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
|||
|
||||
<p>
|
||||
Searx appreciates your concern regarding logs, so take the
|
||||
code from the <a href="https://github.com/asciimoo/searx">original searx project</a> and
|
||||
code from the <a href="https://github.com/searx/searx">original searx project</a> and
|
||||
run it yourself!
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<a href="https://github.com/asciimoo/searx" class="github">
|
||||
<a href="https://github.com/searx/searx" class="github">
|
||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="{{ url_for('static', filename='img/github_ribbon.png') }}" alt="Fork me on GitHub" class="github"/>
|
||||
</a>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<a href="https://github.com/asciimoo/searx" class="github">
|
||||
<a href="https://github.com/searx/searx" class="github">
|
||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="{{ url_for('static', filename='img/github_ribbon.png') }}" alt="Fork me on GitHub" class="github"/>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue