Browse code

pkg/authorization: update link to API documentation

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2024/10/13 00:23:29
Showing 1 changed files
... ...
@@ -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