From e4acec1806a4609e9e5568704e3b9721ba98e103 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Wed, 1 Jun 2016 17:59:13 +0000 Subject: [PATCH] Next load of docs validation fixes Signed-off-by: Sven Dowideit --- docs/compatibility.md | 2 +- docs/deploying.md | 2 +- docs/index.md | 2 +- docs/insecure.md | 2 +- docs/spec/manifest-v2-2.md | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/compatibility.md b/docs/compatibility.md index 6ff4c741..cba7e378 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -18,7 +18,7 @@ will cause the Engine to receive a manifest it cannot use and the pull will fail ## Registry Manifest Support -Historically, the registry has supported a [single manifest type](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-1.md) +Historically, the registry has supported a [single manifest type](./spec/manifest-v2-1.md) known as _Schema 1_. With the move toward multiple architecture images the distribution project diff --git a/docs/deploying.md b/docs/deploying.md index b67d5396..ceed44a6 100644 --- a/docs/deploying.md +++ b/docs/deploying.md @@ -49,7 +49,7 @@ Specifically, you might want to point your volume location to a specific place i ### Alternatives -You should usually consider using [another storage backend](https://github.com/docker/distribution/blob/master/docs/storagedrivers.md) instead of the local filesystem. Use the [storage configuration options](https://github.com/docker/distribution/blob/master/docs/configuration.md#storage) to configure an alternate storage backend. +You should usually consider using [another storage backend](./storage-drivers/index.md) instead of the local filesystem. Use the [storage configuration options](./configuration.md#storage) to configure an alternate storage backend. Using one of these will allow you to more easily scale your registry, and leverage your storage redundancy and availability features. diff --git a/docs/index.md b/docs/index.md index e8be74e9..95922284 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ You should use the Registry if you want to: Users looking for a zero maintenance, ready-to-go solution are encouraged to head-over to the [Docker Hub](https://hub.docker.com), which provides a free-to-use, hosted Registry, plus additional features (organization accounts, automated builds, and more). -Users looking for a commercially supported version of the Registry should look into [Docker Trusted Registry](https://docs.docker.com/docker-trusted-registry/). +Users looking for a commercially supported version of the Registry should look into [Docker Trusted Registry](/docker-trusted-registry/overview.md). ## Requirements diff --git a/docs/insecure.md b/docs/insecure.md index 86d85930..38b3a355 100644 --- a/docs/insecure.md +++ b/docs/insecure.md @@ -63,7 +63,7 @@ This is more secure than the insecure registry solution. You must configure eve 2. Be sure to use the name `myregistrydomain.com` as a CN. -3. Use the result to [start your registry with TLS enabled](https://github.com/docker/distribution/blob/master/docs/deploying.md#get-a-certificate) +3. Use the result to [start your registry with TLS enabled](./deploying.md#get-a-certificate) 4. Instruct every docker daemon to trust that certificate. diff --git a/docs/spec/manifest-v2-2.md b/docs/spec/manifest-v2-2.md index c5c90648..56e974e2 100644 --- a/docs/spec/manifest-v2-2.md +++ b/docs/spec/manifest-v2-2.md @@ -76,7 +76,7 @@ image manifest based on the Content-Type returned in the HTTP response. - **`digest`** *string* The digest of the content, as defined by the - [Registry V2 HTTP API Specificiation](https://docs.docker.com/registry/spec/api/#digest-parameter). + [Registry V2 HTTP API Specificiation](api.md#digest-parameter). - **`platform`** *object* @@ -191,7 +191,7 @@ image. It's the direct replacement for the schema-1 manifest. - **`digest`** *string* The digest of the content, as defined by the - [Registry V2 HTTP API Specificiation](https://docs.docker.com/registry/spec/api/#digest-parameter). + [Registry V2 HTTP API Specificiation](api.md#digest-parameter). - **`layers`** *array* @@ -214,7 +214,7 @@ image. It's the direct replacement for the schema-1 manifest. - **`digest`** *string* The digest of the content, as defined by the - [Registry V2 HTTP API Specificiation](https://docs.docker.com/registry/spec/api/#digest-parameter). + [Registry V2 HTTP API Specificiation](api.md#digest-parameter). - **`urls`** *array*