From b0eb769ed447cae53d5d128af1dd3231d750230c Mon Sep 17 00:00:00 2001 From: burnettk Date: Mon, 11 May 2015 15:24:54 -0400 Subject: [PATCH] correct doc/spec to docs/spec everywhere Signed-off-by: Kevin Burnett --- CONTRIBUTING.md | 4 ++-- ROADMAP.md | 2 +- cmd/registry-api-descriptor-template/main.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f36c94b3..f0301825b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,11 +90,11 @@ PR titles should be lowercased, except for proper noun references (such a method name or type). PR titles should be prefixed with affected directories, comma separated. For -example, if a specification is modified, the prefix would be "doc/spec". If +example, if a specification is modified, the prefix would be "docs/spec". If the modifications are only in the root, do not include it. If multiple directories are modified, include each, separated by a comma and space. Here are some examples: -- doc/spec: move API specification into correct position +- docs/spec: move API specification into correct position - context, registry, auth, auth/token, cmd/registry: context aware logging diff --git a/ROADMAP.md b/ROADMAP.md index fddc71b35..2c4b43540 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -31,7 +31,7 @@ implementation. Registry 2.0 is the first release of the next-generation registry. This is primarily focused on implementing the [new registry -API](https://github.com/docker/distribution/blob/master/doc/spec/api.md), with +API](https://github.com/docker/distribution/blob/master/docs/spec/api.md), with a focus on security and performance. #### Registry 2.0 diff --git a/cmd/registry-api-descriptor-template/main.go b/cmd/registry-api-descriptor-template/main.go index 5118d330c..dc7740363 100644 --- a/cmd/registry-api-descriptor-template/main.go +++ b/cmd/registry-api-descriptor-template/main.go @@ -4,7 +4,7 @@ // For example, to generate a new API specification, one would execute the // following command from the repo root: // -// $ registry-api-descriptor-template doc/spec/api.md.tmpl > doc/spec/api.md +// $ registry-api-descriptor-template docs/spec/api.md.tmpl > docs/spec/api.md // // The templates are passed in the api/v2.APIDescriptor object. Please see the // package documentation for fields available on that object. The template