diff --git a/_config_production.yml b/_config_production.yml index ed1b3fe..1f3bdb8 100644 --- a/_config_production.yml +++ b/_config_production.yml @@ -54,19 +54,19 @@ defaults: - scope: path: engine/deprecated.md values: - edit_url: "https://github.com/docker/cli/tree/master/docs/" + edit_url: "https://github.com/cwiki-us-docs/docker-cli/tree/master/docs/" - scope: path: engine/extend.md values: - edit_url: "https://github.com/docker/cli/tree/master/docs/extend" + edit_url: "https://github.com/cwiki-us-docs/docker-cli/tree/master/docs/extend" - scope: path: engine/reference values: - edit_url: "https://github.com/docker/cli/tree/master/docs/reference" + edit_url: "https://github.com/cwiki-us-docs/docker-cli/tree/master/docs/reference" - scope: path: engine/reference/commandline values: - edit_url: "https://github.com/docker/cli/tree/master/docs/reference/commandline" + edit_url: "https://github.com/cwiki-us-docs/docker-cli/tree/master/docs/reference/commandline" skip_read_time: true - scope: path: glossary.md diff --git a/engine/tutorials/networkingcontainers.md b/engine/tutorials/networkingcontainers.md index 35c04c9..cec2de0 100644 --- a/engine/tutorials/networkingcontainers.md +++ b/engine/tutorials/networkingcontainers.md @@ -221,4 +221,4 @@ Docker 网络运行你附件一个容器到多个你愿意的网络上。你甚 ## 下一步 -Now that you know how to network containers, see [how to manage data in containers](../../storage/volumes.md). +现在你应该对如何对容器进行网络配置有所了解了,请参考下一篇文章 [如何管理容器中的数据](../../storage/volumes.md).