From 1c0cc75eafcd521161becc0bccfacb0137671372 Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Thu, 9 Nov 2017 13:11:00 -0500 Subject: [PATCH] Fixes incorrect link to SDK Installation (#5254) This fixes a broken link to the SDK installers. Currently, it points /develop/api, which doesn't exist. --- develop/sdk/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/sdk/examples.md b/develop/sdk/examples.md index 42eb25a156..ed231bb5a2 100644 --- a/develop/sdk/examples.md +++ b/develop/sdk/examples.md @@ -11,7 +11,7 @@ redirect_from: After you [install Docker](/engine/installation.md), you can -[install the Go and Python SDKs](/develop/api/index.md#install-the-sdks) and +[install the Go and Python SDKs](/develop/sdk/index.md#install-the-sdks) and also try out the Docker Engine API. Each of these examples show how to perform a given Docker operation using the Go