diff options
author | Alexandre Flament <alex@al-f.net> | 2022-01-05 19:07:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 19:07:53 +0100 |
commit | d3ecadd3f8276a4f80e2dbe03aadb2a1e0abe105 (patch) | |
tree | 89cbb179ea04088d4058c72326393fd3538d7a0b /docs/admin | |
parent | a7199bc08552fbd3a8cf8b257aeded5b26591afb (diff) | |
parent | d7b4306444e9130aecc42357a9d576071c460748 (diff) | |
download | searxng-d3ecadd3f8276a4f80e2dbe03aadb2a1e0abe105.tar.gz searxng-d3ecadd3f8276a4f80e2dbe03aadb2a1e0abe105.zip |
Merge pull request #679 from dalf/brand-searxng
searxng.org: update setup.py & settings.yml
Diffstat (limited to 'docs/admin')
-rw-r--r-- | docs/admin/arch_public.dot | 8 | ||||
-rw-r--r-- | docs/admin/engines/settings.rst | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/admin/arch_public.dot b/docs/admin/arch_public.dot index b838685e7..c4ee5f3c1 100644 --- a/docs/admin/arch_public.dot +++ b/docs/admin/arch_public.dot @@ -4,11 +4,11 @@ digraph G { edge [fontname="Sans"]; browser [label="Browser", shape=Mdiamond]; - rp [label="Reverse Proxy", href="https://searxng.github.io/searxng/utils/filtron.sh.html#public-reverse-proxy"]; - filtron [label="Filtron", href="https://searxng.github.io/searxng/utils/filtron.sh.html"]; - morty [label="Morty", href="https://searxng.github.io/searxng/utils/morty.sh.html"]; + rp [label="Reverse Proxy", href="https://docs.searxng.org/utils/filtron.sh.html#public-reverse-proxy"]; + filtron [label="Filtron", href="https://docs.searxng.org/utils/filtron.sh.html"]; + morty [label="Morty", href="https://docs.searxng.org/utils/morty.sh.html"]; static [label="Static files", href="url to configure static files"]; - uwsgi [label="uwsgi", href="https://searxng.github.io/searxng/utils/searx.sh.html"] + uwsgi [label="uwsgi", href="https://docs.searxng.org/utils/searx.sh.html"] searx1 [label="Searx #1"]; searx2 [label="Searx #2"]; searx3 [label="Searx #3"]; diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst index b04de7cb3..aba83aa1d 100644 --- a/docs/admin/engines/settings.rst +++ b/docs/admin/engines/settings.rst @@ -46,7 +46,7 @@ Global Settings brand: issue_url: https://github.com/searxng/searxng/issues - docs_url: https://searxng/searxng.github.io/searxng + docs_url: https://docs.searxng.org public_instances: https://searx.space wiki_url: https://github.com/searxng/searxng/wiki |