Fixed a broken link on accessing-the-api.md

Corrected link to Admission Control page.
reviewable/pr1077/r1
a-mccarthy 2016-08-23 10:01:24 -04:00 committed by GitHub
parent a514999c82
commit 49fcbb7e4a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ rejects, then the request is immediately rejected.
In addition to rejecting objects, admission controllers can also set complex defaults for
fields.
The available Admission Control Modules are described [here](docs/admin/admission-controllers/).
The available Admission Control Modules are described [here](/docs/admin/admission-controllers/).
Once a request passes all admission controllers, it is validated using the validation routines
for the corresponding API object, and then written to the object store (shown as step **4**).