From 1115e802eeeac0f4db121885656606c7dedd8168 Mon Sep 17 00:00:00 2001 From: "Shao Yu-Lung (Allen)" Date: Thu, 16 Apr 2020 09:53:08 +0800 Subject: [PATCH] Fix Docker registry URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57d9780..cd8c8a6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Baseimage-docker is a special [Docker](https://www.docker.com) image that is con You can use it as a base for your own Docker images. -Baseimage-docker is available for pulling from [the Docker registry](https://registry.hub.docker.com/u/phusion/baseimage/)! +Baseimage-docker is available for pulling from [the Docker registry](https://registry.hub.docker.com/r/phusion/baseimage/)! ### What are the problems with the stock Ubuntu base image?