diff options
author | Alexandre Flament <alex@al-f.net> | 2021-04-22 08:33:31 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-04-22 19:57:02 +0200 |
commit | 9d84025e4fa28eb9ee6dc4a3c1fd9a3589ef6d7e (patch) | |
tree | 23b291f488eb10bc3365192def44007d930c2391 /utils | |
parent | d01741c9a2072025e578169114a68a6712581c7d (diff) | |
download | searxng-9d84025e4fa28eb9ee6dc4a3c1fd9a3589ef6d7e.tar.gz searxng-9d84025e4fa28eb9ee6dc4a3c1fd9a3589ef6d7e.zip |
searxng brand
Diffstat (limited to 'utils')
-rw-r--r-- | utils/brand.env | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/brand.env b/utils/brand.env index 2136d278f..db1956d42 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -1,9 +1,9 @@ export SEARX_URL='' -export GIT_URL='https://github.com/searx/searx' +export GIT_URL='https://github.com/searxng/searxng' export GIT_BRANCH='master' -export ISSUE_URL='https://github.com/searx/searx/issues' -export DOCS_URL='https://searx.github.io/searx' +export ISSUE_URL='https://github.com/searxng/searxng/issues' +export DOCS_URL='https://searx.github.io/searxng' export PUBLIC_INSTANCES='https://searx.space' export CONTACT_URL='' -export WIKI_URL='https://github.com/searx/searx/wiki' -export TWITTER_URL='https://twitter.com/Searx_engine' +export WIKI_URL='https://github.com/searxng/searxng/wiki' +export TWITTER_URL='' |