summaryrefslogtreecommitdiff
path: root/docs/admin/arch_public.dot
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-25 14:30:18 +0200
committerGitHub <noreply@github.com>2021-04-25 14:30:18 +0200
commitd20f2822d03e67b436973c8520a288fcc76c409a (patch)
tree27b94ef935cf5eae57e7be6478c665fa3c5c5c32 /docs/admin/arch_public.dot
parenteebac31ccdb052711abb9bce6cbb888ce059f115 (diff)
parent28b25185c51d320c8124292a6194e4c34fa9c3e8 (diff)
Merge pull request #25 from return42/brand-001
SearxNG brand
Diffstat (limited to 'docs/admin/arch_public.dot')
-rw-r--r--docs/admin/arch_public.dot8
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"];