From c90488280267ee0e5a25194947ce9956fdecac6f Mon Sep 17 00:00:00 2001 From: Sungho Moon Date: Fri, 29 Sep 2017 17:57:45 +0900 Subject: [PATCH] Fix dead link Signed-off-by: Sungho Moon --- doc.go | 2 +- scripts/files/doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 25fb41f..09cd6e5 100644 --- a/doc.go +++ b/doc.go @@ -3,7 +3,7 @@ Package docker is the official Go client for the Docker API. For more information about the Docker API, see the documentation: -https://docs.docker.com/develop/api +https://docs.docker.com/develop/sdk Usage diff --git a/scripts/files/doc.go b/scripts/files/doc.go index 25fb41f..09cd6e5 100644 --- a/scripts/files/doc.go +++ b/scripts/files/doc.go @@ -3,7 +3,7 @@ Package docker is the official Go client for the Docker API. For more information about the Docker API, see the documentation: -https://docs.docker.com/develop/api +https://docs.docker.com/develop/sdk Usage