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.
This commit is contained in:
Jordan Wright 2017-11-09 13:11:00 -05:00 committed by Misty Stanley-Jones
parent 4b695ca2be
commit 1c0cc75eaf
1 changed files with 1 additions and 1 deletions

View File

@ -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