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 /searx/templates/__common__/about.html | |
parent | 8d47142f35199866b26ee4e9149bbb8b058a6873 (diff) | |
download | searxng-f204e4903da3e97629bbf37c74e1b603b2e12830.tar.gz searxng-f204e4903da3e97629bbf37c74e1b603b2e12830.zip |
[fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs
Diffstat (limited to 'searx/templates/__common__/about.html')
-rw-r--r-- | searx/templates/__common__/about.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <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> |