summaryrefslogtreecommitdiff
path: root/docs/utils/filtron.sh.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/utils/filtron.sh.rst')
-rw-r--r--docs/utils/filtron.sh.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/utils/filtron.sh.rst b/docs/utils/filtron.sh.rst
index 86e3fa88a..1f7302392 100644
--- a/docs/utils/filtron.sh.rst
+++ b/docs/utils/filtron.sh.rst
@@ -7,14 +7,14 @@
.. sidebar:: further reading
- - :ref:`searx filtron`
+ - :ref:`searxng filtron`
- :ref:`architecture`
- :ref:`installation` (:ref:`nginx <installation nginx>` & :ref:`apache
<installation apache>`)
.. _Go: https://golang.org/
-.. _filtron: https://github.com/asciimoo/filtron
-.. _filtron README: https://github.com/asciimoo/filtron/blob/master/README.md
+.. _filtron: https://github.com/searxng/filtron
+.. _filtron README: https://github.com/searxng/filtron/blob/master/README.md
To simplify installation and maintenance of a filtron instance you can use the
script :origin:`utils/filtron.sh`. In most cases you will install filtron_
@@ -30,7 +30,7 @@ into this user account:
#. Create a separated user account (``filtron``).
#. Download and install Go_ binary in user's $HOME (``~filtron``).
#. Install filtron with the package management from Go_ (``go get -v -u
- github.com/asciimoo/filtron``)
+ github.com/searxng/filtron``)
#. Setup a proper rule configuration :origin:`[ref]
<utils/templates/etc/filtron/rules.json>` (``/etc/filtron/rules.json``).
#. Setup a systemd service unit :origin:`[ref]