diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-25 12:03:54 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-25 14:25:08 +0200 |
| commit | 28b25185c51d320c8124292a6194e4c34fa9c3e8 (patch) | |
| tree | a0cbe498f1c0a6a7be6e0f15c1b271e981be82cf /docs/admin/arch_public.dot | |
| parent | c6a5cc019ae27b1892b38afd33090653d07f33be (diff) | |
[brand] searxng -- fix links to issue tracker & WEB-GUI
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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 0d826078d..b838685e7 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://searx.github.io/searx/utils/filtron.sh.html#public-reverse-proxy"]; - filtron [label="Filtron", href="https://searx.github.io/searx/utils/filtron.sh.html"]; - morty [label="Morty", href="https://searx.github.io/searx/utils/morty.sh.html"]; + 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"]; static [label="Static files", href="url to configure static files"]; - uwsgi [label="uwsgi", href="https://searx.github.io/searx/utils/searx.sh.html"] + uwsgi [label="uwsgi", href="https://searxng.github.io/searxng/utils/searx.sh.html"] searx1 [label="Searx #1"]; searx2 [label="Searx #2"]; searx3 [label="Searx #3"]; |