Fix the wrong path of document

This commit is contained in:
feihujiang
2015-09-17 18:26:01 +08:00
parent b342591032
commit 51f59f3c78
10 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ More advanced consumers may wish to provide their own transport via a http.Round
}
client, err := client.New(config)
The RESTClient type implements the Kubernetes API conventions (see `docs/api-conventions.md`)
The RESTClient type implements the Kubernetes API conventions (see `docs/devel/api-conventions.md`)
for a given API path and is intended for use by consumers implementing their own Kubernetes
compatible APIs.
*/