diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-01-02 20:54:41 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2022-01-02 21:18:29 +0100 |
| commit | 76cbfbbdda526edcd106965f712c7a31511b6c6d (patch) | |
| tree | 66b1cb66f83d9ac62f6d86c35fb59213a115ad96 /docs/admin/arch_public.dot | |
| parent | c2e4b95e8d68ac151d51fbcd3f0875f2aaa3640f (diff) | |
reference docs.searxng.org
Diffstat (limited to 'docs/admin/arch_public.dot')
| -rw-r--r-- | docs/admin/arch_public.dot | 8 |
1 files changed, 4 insertions, 4 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"]; |