Browse Source

More branding

Alexandre Flament 4 years ago
parent
commit
3755cf2eba
2 changed files with 2 additions and 2 deletions
  1. 1 1
      searx/settings.yml
  2. 1 1
      utils/brand.env

+ 1 - 1
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
 

+ 1 - 1
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'