Merge pull request #1077 from a-mccarthy/patch-1

Fixed a broken link on accessing-the-api.md
This commit is contained in:
Jared
2016-08-24 14:23:22 -07:00
committed by GitHub
+1 -1
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**).