update various "doc" links in code

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-08-01 13:38:03 +02:00
parent 2ab75a2461
commit 78ccee32b3
8 changed files with 8 additions and 8 deletions

View File

@@ -2,5 +2,5 @@ package transport
// VersionMimetype is the Content-Type the engine sends to plugins.
//
// For convenience, there is an alias in [github.com/docker/docker/pkg/plugins.VersionMimetype].
// For convenience, there is an alias in [github.com/moby/moby/v2/pkg/plugins.VersionMimetype].
const VersionMimetype = "application/vnd.docker.plugins.v1.2+json"