Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Sep 19, 2024
1 parent d1d4c90 commit ce7da49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boot_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"note": "Refer to https://unifier-wiki.pixels.onl/setup-selfhosted/configuring-the-bootloader for more information.",
"note": "Refer to https://wiki.unifierhq.org/setup-selfhosted/configuring-the-bootloader for more information.",
"bootloader": {}
}
4 changes: 2 additions & 2 deletions unifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def update_toml(old, new):

if not env_loaded or not os.path.isfile('.env'):
logger.critical(
'Could not load .env file! More info: https://unifier-wiki.pixels.onl/setup-selfhosted/getting-started/unifier#set-bot-token'
'Could not load .env file! More info: https://wiki.unifierhq.org/setup-selfhosted/getting-started/unifier#set-bot-token'
)
if not os.path.isfile('.env'):
dotenv = open('.env', 'w+')
Expand All @@ -189,7 +189,7 @@ def update_toml(old, new):
x.close()
logger.info('Thank you for installing Unifier!')
logger.info('Unifier is licensed under the AGPLv3, so if you would like to add your own twist to Unifier, you must follow AGPLv3 conditions.')
logger.info('You can learn more about modifying Unifier at https://unifier-wiki.pixels.onl/setup-selfhosted/modding-unifier')
logger.info('You can learn more about modifying Unifier at https://wiki.unifierhq.org/setup-selfhosted/modding-unifier')

if not 'repo' in list(data.keys()):
logger.critical('WARNING: THIS INSTANCE IS NOT AGPLv3 COMPLAINT!')
Expand Down

0 comments on commit ce7da49

Please sign in to comment.