diff --git a/README.md b/README.md index 16f9730..b93cbb4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ hardware pool. Like the WissKI system, the WissKI Distillery is open source and use. This README contains the technical documentation, -[user-level documentation is on the project wiki](https://gitlab.cs.fau.de/AGFD/wisski-distillery/-/wikis/Documentation). +[user-level documentation is on the project wiki](https://github.com/FAU-CDI/wisski-distillery/-/wikis/Documentation). FAU Erlangen-Nürnberg operates a WissKI cloud at https://wisski.agfd.fau.de (see details there). That serves as the reference deployment and drives the development for the WissKI Distillery. diff --git a/distillery/lib/10_config.sh b/distillery/lib/10_config.sh index 950f52e..b7fe39b 100644 --- a/distillery/lib/10_config.sh +++ b/distillery/lib/10_config.sh @@ -184,7 +184,7 @@ if [ -n "$SELF_REDIRECT" ]; then exit 1; fi; else - SELF_REDIRECT="https://gitlab.cs.fau.de/AGFD/wisski-distillery" + SELF_REDIRECT="https://github.com/FAU-CDI/wisski-distillery" fi # The 'GLOBAL_AUTHORIZED_KEYS_FILE' should point to a real file diff --git a/distillery/resources/compose/self/.env.sample b/distillery/resources/compose/self/.env.sample index e668e99..d44d778 100644 --- a/distillery/resources/compose/self/.env.sample +++ b/distillery/resources/compose/self/.env.sample @@ -2,7 +2,7 @@ # Meta Settings ####################### # The target path to redirect to -TARGET=https://gitlab.cs.fau.de/AGFD/wisski-distillery +TARGET=https://github.com/FAU-CDI/wisski-distillery # path to .json SELF_OVERRIDES_FILE=/overrides.json