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

@@ -30,7 +30,7 @@ import (
// certain fields with metadata that indicates whether the elements of JSON
// lists should be merged or replaced.
//
// For more information, see the PATCH section of docs/api-conventions.md.
// For more information, see the PATCH section of docs/devel/api-conventions.md.
//
// Some of the content of this package was borrowed with minor adaptations from
// evanphx/json-patch and openshift/origin.