diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-09-29 12:35:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-29 12:35:11 +0200 |
| commit | 9740618227bbd9abe67ceb45c7491d4b444f347d (patch) | |
| tree | 971c2a32008ba1a5713db5c1f3cdc7a8dcafaa1e /searx/templates/__common__/about.html | |
| parent | 246b8cd1a40a35191a42f5aa1df6e112a5c79ec8 (diff) | |
| parent | f204e4903da3e97629bbf37c74e1b603b2e12830 (diff) | |
Merge pull request #2226 from dalf/fix-searx-migration
[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 fd7f9aa4c..649e66163 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> @@ -81,7 +81,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> |