Skip to content

Commit 3c04924

Browse files
ooximarcuslinke
authored andcommitted
Fixed Docker Remote API link (#747)
File was moved in docker repository.
1 parent 75e9a2c commit 3c04924

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For secure tls (https) communication:
5151
DOCKER_CERT_PATH=/Users/marcus/.docker/machine/machines/docker-1.11.2
5252

5353
### Latest release version
54-
Supports a subset of the Docker Remote API [v1.23](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.23.md), Docker Server version 1.11.x
54+
Supports a subset of the Docker Remote API [v1.23](https://github.com/docker/docker/blob/master/docs/api/v1.23.md), Docker Server version 1.11.x
5555

5656
<dependency>
5757
<groupId>com.github.docker-java</groupId>
@@ -60,7 +60,7 @@ Supports a subset of the Docker Remote API [v1.23](https://github.com/docker/doc
6060
</dependency>
6161

6262
### Latest development version
63-
Supports a subset of the Docker Remote API [v1.23](https://github.com/docker/docker/blob/master/docs/reference/api/docker_remote_api_v1.23.md), Docker Server version 1.11.x
63+
Supports a subset of the Docker Remote API [v1.23](https://github.com/docker/docker/blob/master/docs/api/v1.23.md), Docker Server version 1.11.x
6464

6565
You can find the latest development version including javadoc and source files on [Sonatypes OSS repository](https://oss.sonatype.org/content/groups/public/com/github/docker-java/docker-java/).
6666

0 commit comments

Comments
 (0)