Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -24,7 +24,7 @@ const maxBodySize = 1048576 // 1MB |
| 24 | 24 |
// Authenticate Request: |
| 25 | 25 |
// Call authZ plugins with current REST request and AuthN response |
| 26 | 26 |
// Request contains full HTTP packet sent to the docker daemon |
| 27 |
-// https://docs.docker.com/engine/api/ |
|
| 27 |
+// https://docs.docker.com/reference/api/engine/ |
|
| 28 | 28 |
// |
| 29 | 29 |
// Authenticate Response: |
| 30 | 30 |
// Call authZ plugins with full info about current REST request, REST response and AuthN response |