Move URLs to GitHub
This commit is contained in:
parent
c11509e34e
commit
4a5f3376be
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ hardware pool. Like the WissKI system, the WissKI Distillery is open source and
|
||||||
use.
|
use.
|
||||||
|
|
||||||
This README contains the technical documentation,
|
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
|
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
|
there). That serves as the reference deployment and drives the development for the WissKI
|
||||||
Distillery.
|
Distillery.
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@ if [ -n "$SELF_REDIRECT" ]; then
|
||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
else
|
else
|
||||||
SELF_REDIRECT="https://gitlab.cs.fau.de/AGFD/wisski-distillery"
|
SELF_REDIRECT="https://github.com/FAU-CDI/wisski-distillery"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The 'GLOBAL_AUTHORIZED_KEYS_FILE' should point to a real file
|
# The 'GLOBAL_AUTHORIZED_KEYS_FILE' should point to a real file
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Meta Settings
|
# Meta Settings
|
||||||
#######################
|
#######################
|
||||||
# The target path to redirect to
|
# 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
|
# path to .json
|
||||||
SELF_OVERRIDES_FILE=/overrides.json
|
SELF_OVERRIDES_FILE=/overrides.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue