diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-02-20 18:31:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-20 18:31:05 +0000 |
| commit | 2ade2ce10abda68043f1dd11f9d976941296d2e8 (patch) | |
| tree | db7001c98b47b4d932dc0fbccae7854c01398ded /docs/index.rst | |
| parent | 6df41728872934fe0e7f12c0a272d370f50d26a9 (diff) | |
| parent | a9d184473f8da473918ad02ca1b3346420b296fc (diff) | |
Merge pull request #1855 from return42/fix-dead-links
docs: fix dead Searx-instance links to https://searx.space
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index d9503fef6..b62f4dc5d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,8 +20,8 @@ Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. -Get started with searx by using one of the :wiki:`Searx-instances`. If you -don't trust anyone, you can set up your own, see :ref:`installation`. +Get started with searx by using one of the Searx-instances_. If you don't trust +anyone, you can set up your own, see :ref:`installation`. .. toctree:: :maxdepth: 2 @@ -30,3 +30,5 @@ don't trust anyone, you can set up your own, see :ref:`installation`. admin/index dev/index blog/index + +.. _Searx-instances: https://searx.space |