From 547233ee69ffd214b836462d03d3464a394d3934 Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 20 Apr 2017 15:32:18 -0500 Subject: [PATCH] replaced docker/docker with moby/moby (#2879) * replaced docker/docker with moby/moby * fixed incorrect name changes in release notes * fixed mentions of moby/moby in code --- docs/index.md | 2 +- docs/recipes/nginx.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 18434fa4a..293902d19 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ into [Docker Trusted Registry](/datacenter/dtr/2.1/guides/index.md). The Registry is compatible with Docker engine **version 1.6.0 or higher**. If you really need to work with older Docker versions, you should look into the -[old python registry](https://github.com/docker/docker-registry). +[old python registry](https://github.com/moby/moby-registry). ## TL;DR diff --git a/docs/recipes/nginx.md b/docs/recipes/nginx.md index 5a0c05d00..9c88256a9 100644 --- a/docs/recipes/nginx.md +++ b/docs/recipes/nginx.md @@ -120,7 +120,7 @@ http { # disable any limits to avoid HTTP 413 for large image uploads client_max_body_size 0; - # required to avoid HTTP 411: see Issue #1486 (https://github.com/docker/docker/issues/1486) + # required to avoid HTTP 411: see Issue #1486 (https://github.com/moby/moby/issues/1486) chunked_transfer_encoding on; location /v2/ {