summaryrefslogtreecommitdiff
path: root/searx/templates/courgette
diff options
context:
space:
mode:
authordalf <alex@al-f.net>2016-10-15 18:43:03 +0200
committerdalf <alex@al-f.net>2016-10-15 18:43:03 +0200
commitcae84e71a5d933f607e36a34a9bc1b5269dfb1a6 (patch)
treed3aafad02aa22a94f76bd9e1a245e25c88472945 /searx/templates/courgette
parente2245611d78614555f59d0fe2cd4b94ce0b39b12 (diff)
downloadsearxng-cae84e71a5d933f607e36a34a9bc1b5269dfb1a6.tar.gz
searxng-cae84e71a5d933f607e36a34a9bc1b5269dfb1a6.zip
[fix] seeks URLS, close #731
Diffstat (limited to 'searx/templates/courgette')
-rw-r--r--searx/templates/courgette/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/about.html b/searx/templates/courgette/about.html
index 3855d4682..faa7b6138 100644
--- a/searx/templates/courgette/about.html
+++ b/searx/templates/courgette/about.html
@@ -18,7 +18,7 @@
<h2>Technical details - How does it work?</h2>
<p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
-inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
+inspired by the <a href="https://beniz.github.io/seeks/">seeks project</a>.<br />
It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, searx uses the search bar to perform GET requests.<br />
Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
</p>