diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f36c94b..f0301825 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/cmd/registry-api-descriptor-template/main.go b/cmd/registry-api-descriptor-template/main.go index 5118d330..dc774036 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