diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-02-07 01:20:10 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-02-07 01:20:10 +0100 |
| commit | 5f30085d6881b3cbc5978d6a4546c55195f10041 (patch) | |
| tree | a59d7d85bd91e16b91fbaad2f2616a9bc84b51dc | |
| parent | 0540ea9ee21a2465b417249af4abed9b50917603 (diff) | |
[fix] link
| -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 6d6fbb505..1fb15c2d9 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -4,7 +4,7 @@ <div class="row"> <h1>About <a href="/">searx</a></h1> - <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, aggregating the results of other <a href="/engines">search engines</a> while not storing information about its users. + <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, aggregating the results of other <a href="/preferences">search engines</a> while not storing information about its users. </p> <h2>Why use Searx?</h2> <ul> |