diff --git a/.gitlab/.readme_variables b/.gitlab/.readme_variables
index 0e3817a1252088aa335707f5966305d5be73a900..924433d23f35aa9cc86a3a4dcf1b3b1d6f750b50 100644
--- a/.gitlab/.readme_variables
+++ b/.gitlab/.readme_variables
@@ -1,7 +1,7 @@
 export GITHUB_REPONAME='docker-D-Zone'
 export GITHUB_USERNAME='Griefed'
-export GITHUB_REPONAME_HEADER='docker-D-Zone_header.png'
-export GITHUB_REPONAME_SCREENSHOT='docker-D-Zone_screenshot.png'
+export GITHUB_REPONAME_HEADER='https://i.griefed.de/images/2020/11/18/docker-D-Zone_header.png'
+export GITHUB_REPONAME_SCREENSHOT='https://i.griefed.de/images/2020/11/18/docker-D-Zone_screenshot.png'
 export DOCKERHUB_REPONAME='d-zone'
 export DOCKERHUB_TAG_ONE='port'
 export DOCKERHUB_TAG_TWO='proxy'
diff --git a/.gitlab/readme_template b/.gitlab/readme_template
index 7ad3f075d7151c83785e6352a82fa95a5eb1fd0f..e53bf32707d8dbb2972972cbec4716063e818fba 100644
--- a/.gitlab/readme_template
+++ b/.gitlab/readme_template
@@ -1,4 +1,4 @@
-[![$GITHUB_REPONAME](img/$GITHUB_REPONAME_HEADER)](https://github.com/$GITHUB_USERNAME/$GITHUB_REPONAME)
+[![$GITHUB_REPONAME]($GITHUB_REPONAME_HEADER)](https://github.com/$GITHUB_USERNAME/$GITHUB_REPONAME)
 
 ---
 
@@ -13,7 +13,7 @@ $GITHUB_REPONAME
 
 $DESCRIPTION
 
-[![$CREATOR_REPONAME](img/$GITHUB_REPONAME_SCREENSHOT)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
+[![$CREATOR_REPONAME]($GITHUB_REPONAME_SCREENSHOT)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
 
 ---
 
diff --git a/README.md b/README.md
index 2fc27c6c66b23fd50df5cfdbbef7d3def53b5ad1..3e34b30668f66f46bf37ea28273b96da57996e53 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![docker-D-Zone](img/docker-D-Zone_header.png)](https://github.com/d-zone-org/d-zone)
+[![docker-D-Zone](img/docker-D-Zone_header.png)](https://github.com/Griefed/docker-D-Zone)
 
 ---
 
@@ -19,7 +19,7 @@ D-Zone is a graphical simulation meant to abstractly represent the activity in y
 
 Creates a Container which runs [d-zone-org's](https://github.com/d-zone-org) [d-zone](https://github.com/d-zone-org/d-zone), with [lsiobase/alpine](https://hub.docker.com/r/lsiobase/alpine) as the base image, as seen on https://pixelatomy.com/dzone/?s=default.
 
-The lsiobase/alpine image is a custom base image built with [Alpine linux](https://alpinelinux.org/) and [S6 overlay](https://github.com/just-containers/s6-overlay).
+The [lsiobase/alpine](https://hub.docker.com/r/lsiobase/alpine) image is a custom base image built with [Alpine linux](https://alpinelinux.org/) and [S6 overlay](https://github.com/just-containers/s6-overlay).
 Using this image allows us to use the same user/group ids in the container as on the host, making file transfers much easier
 
 ## Deployment