From d85b76dfd909139715a35e7b2c08cabe98671d6b Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Tue, 20 Jan 2015 10:52:48 +0100 Subject: [PATCH] Update URLs in the README, add translation note --- README.md | 4 ++-- README_ZH_cn_.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2cd3b1b..fa3447c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A minimal Ubuntu base image modified for Docker-friendliness -Baseimage-docker is a special [Docker](http://www.docker.io) image that is configured for correct use within Docker containers. It is Ubuntu, plus: +Baseimage-docker is a special [Docker](https://www.docker.com) image that is configured for correct use within Docker containers. It is Ubuntu, plus: * Modifications for Docker-friendliness. * Administration tools that are especially useful in the context of Docker. @@ -8,7 +8,7 @@ Baseimage-docker is a special [Docker](http://www.docker.io) image that is confi You can use it as a base for your own Docker images. -Baseimage-docker is available for pulling from [the Docker registry](https://index.docker.io/u/phusion/baseimage/)! +Baseimage-docker is available for pulling from [the Docker registry](https://registry.hub.docker.com/u/phusion/baseimage/)! ### What are the problems with the stock Ubuntu base image? diff --git a/README_ZH_cn_.md b/README_ZH_cn_.md index 05ce824..099a729 100644 --- a/README_ZH_cn_.md +++ b/README_ZH_cn_.md @@ -1,6 +1,8 @@ # 小巧玲珑的ubuntu镜像 -Baseimage-docker是一个特殊的 [Docker](http://www.docker.io) 镜像,可以很优雅的将它用于docker镜像。相对于 Ubuntu, 有这些新增: +**This translation was last updated October 24, 2014.** + +Baseimage-docker是一个特殊的 [Docker](https://www.docker.com) 镜像,可以很优雅的将它用于docker镜像。相对于 Ubuntu, 有这些新增: * 修改之后,可以很友好的使用docker * 修复了一些docker的bug [some Docker bugs](#workaroud_modifying_etc_hosts). @@ -8,7 +10,7 @@ Baseimage-docker是一个特殊的 [Docker](http://www.docker.io) 镜像,可 你可以用它作为你自己的基础docker镜像。 -Baseimage-docker 可以从[the Docker registry](https://index.docker.io/u/phusion/baseimage/)获取到! +Baseimage-docker 可以从[the Docker registry](https://registry.hub.docker.com/u/phusion/baseimage/)获取到! ### 原生的ubuntu基础镜像有什么问题呢?