From 3755cf2eba17a98d8e78e0a286aa69a27e2041e6 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 22 Apr 2021 21:10:22 +0200 Subject: [PATCH] More branding --- searx/settings.yml | 2 +- utils/brand.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/settings.yml b/searx/settings.yml index dc67eb0eb..5e0b4cd7d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -7,7 +7,7 @@ brand: git_url: https://github.com/searxng/searxng git_branch: master issue_url: https://github.com/searxng/searxng/issues - docs_url: https://searx.github.io/searxng + docs_url: https://searxng.github.io/searxng public_instances: https://searx.space wiki_url: https://github.com/searxng/searxng/wiki diff --git a/utils/brand.env b/utils/brand.env index db1956d42..9cc52051d 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -2,7 +2,7 @@ export SEARX_URL='' export GIT_URL='https://github.com/searxng/searxng' export GIT_BRANCH='master' export ISSUE_URL='https://github.com/searxng/searxng/issues' -export DOCS_URL='https://searx.github.io/searxng' +export DOCS_URL='https://searxng.github.io/searxng' export PUBLIC_INSTANCES='https://searx.space' export CONTACT_URL='' export WIKI_URL='https://github.com/searxng/searxng/wiki'