From ff0fcf6cde71c95568b1436315a2c2259a7f69f6 Mon Sep 17 00:00:00 2001 From: Merith Date: Fri, 5 Jan 2024 12:22:33 -0800 Subject: [PATCH] Fix non-functional Docker Hub link (#6595) 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 415814352..cabe78696 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.