From f9683e3f00082248048d13122cce47533ee858db Mon Sep 17 00:00:00 2001 From: Merith Date: Fri, 22 Dec 2023 08:09:07 -0800 Subject: [PATCH] Fix non-functional docker link registry.hub.docker.com leads to an blank white page removing "registry' from the URL fixes it and takes the user to the correct page --- docs/MAINTAINING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MAINTAINING.md b/docs/MAINTAINING.md index 415814352a2a..cabe7869672c 100644 --- a/docs/MAINTAINING.md +++ b/docs/MAINTAINING.md @@ -171,7 +171,7 @@ We publish to AUR as a package [here](https://aur.archlinux.org/packages/code-se #### Docker -We publish code-server as a Docker image [here](https://registry.hub.docker.com/r/codercom/code-server), tagging it both with the version and latest. +We publish code-server as a Docker image [here](https://hub.docker.com/r/codercom/code-server), tagging it both with the version and latest. This is currently automated with the release process.