summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-17 17:15:52 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-17 17:15:52 +0100
commitd60e09e32cde69ceba10e441a87b6e856ab66cc4 (patch)
treec061e1273e9cb28b72fdb21fabfd94717ab04212
parent69bd262b9e6de1da8d83134e3aaf7d6ab6837e22 (diff)
downloadsearxng-d60e09e32cde69ceba10e441a87b6e856ab66cc4.tar.gz
searxng-d60e09e32cde69ceba10e441a87b6e856ab66cc4.zip
[fix] markdown syntax removed
-rw-r--r--searx/templates/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/about.html b/searx/templates/about.html
index fd79d2a33..a609a3270 100644
--- a/searx/templates/about.html
+++ b/searx/templates/about.html
@@ -19,7 +19,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 [seeks-project](http://seeks-project.info/).<br />
+inspired by the <a href="http://seeks-project.info/">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 don't show up in our logs, neither in your url history. In case of Chrome* users there is an exception, Searx uses the search bar to issue GET requests.<br />
Searx can be added to your browser's search bar, moreover it can be set as the default search engine.
</p>