diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-21 11:14:55 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-21 11:14:55 +0100 |
commit | 449ffeeeef8659aef076bbcafec1e781c99c1667 (patch) | |
tree | c513f0b38617bd5f615f2245d6c5bcdc208db1fa /searx/templates/about.html | |
parent | 5cf2809cc98bd6c450fac683ed958dec30b0824e (diff) | |
download | searxng-449ffeeeef8659aef076bbcafec1e781c99c1667.tar.gz searxng-449ffeeeef8659aef076bbcafec1e781c99c1667.zip |
[fix] link
Diffstat (limited to 'searx/templates/about.html')
-rw-r--r-- | searx/templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html index cc4e54dfe..4d80235de 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -10,7 +10,7 @@ <ul> <li>Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li> <li>Searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you</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://gmail.com/asciimoo/searx">github</a></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></li> </ul> <p>If you do care about privacy, want to be a conscious user, or otherwise believe in digital freedom, make Searx your default search engine or run it on your own server</p> |