summaryrefslogtreecommitdiff
path: root/searx/templates/about.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-03-17 18:30:08 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-03-17 18:30:08 +0100
commit06b9238786df1b353a041ff339e2c3a9085db72c (patch)
tree2a27887394398e747fb48747269a68a2c6c5d955 /searx/templates/about.html
parentba9305afee904313c706800ac14058c308226e1a (diff)
[fix] #38
Diffstat (limited to 'searx/templates/about.html')
-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 c2ba7f5a6..0ddf12254 100644
--- a/searx/templates/about.html
+++ b/searx/templates/about.html
@@ -45,7 +45,7 @@ Searx can be added to your browser's search bar; moreover, it can be set as the
<h2 id="faq">FAQ</h2>
<h3>How to add to firefox?</h3>
-<p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')">Install</a> searx as a search engine on any version of Firefox! (javascript required)</p>
+<p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '{{ url_for('opensearch') }}');">Install</a> searx as a search engine on any version of Firefox! (javascript required)</p>
<h2 id="dev_faq">Developer FAQ</h2>