mirror of https://github.com/docker/docs.git
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:
parent
4b695ca2be
commit
1c0cc75eaf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue