diff --git a/README.md b/README.md
index 2df558b..e88ea65 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Some other tests:
- [gist/lilydjwg/colors.py](https://gist.github.com/lilydjwg/fdeaf79e921c2f413f44b6f613f6ad53)
- https://github.com/robertknight/konsole/tree/master/tests/color-spaces.pl
-- https://github.com/JohnMorales/dotfiles/blob/master/colors/24-bit-color.sh
+- https://gitlab.gwdg.de/janphilipp.ressler/dotfiles/-/raw/main/bin/24bit-color-test
- https://git.gnome.org/browse/vte/tree/perf/img.sh
@@ -66,7 +66,7 @@ cd tmp$$
# downloads scripts
wget https://github.com/robertknight/konsole/raw/master/tests/color-spaces.pl \
https://gist.github.com/lilydjwg/fdeaf79e921c2f413f44b6f613f6ad53/raw/94d8b2be62657e96488038b0e547e3009ed87d40/colors.py \
- https://github.com/JohnMorales/dotfiles/raw/master/colors/24-bit-color.sh \
+ https://gitlab.gwdg.de/janphilipp.ressler/dotfiles/-/raw/main/bin/24bit-color-test \
https://gitlab.gnome.org/GNOME/vte/-/raw/master/perf/img.sh
# read the scripts with your editor
@@ -78,7 +78,7 @@ Only if you're satisfied that the scripts are trustworthy should you proceed:
# if you trust them, run them
perl color-spaces.pl
python colors.py
-bash 24-bit-color.sh
+bash 24bit-color-test
bash img.sh
```