Skip to content

Commit 290dc26

Browse files
authored
Merge pull request #27347 from ooeunz/fixed-broken-link
Fixed broken link in content/en/blog/_posts/2019-11-26-cloud-native-java-controller-sdk.md
2 parents c4f5535 + f6d44d3 commit 290dc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2019-11-26-cloud-native-java-controller-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Take maven project as example, adding the following dependencies into your depen
5858

5959
Then we can make use of the provided builder libraries to write your own controller.
6060
For example, the following one is a simple controller prints out node information
61-
on watch notification, see complete example [here](https://github.com/kubernetes-client/java/blob/master/examples/src/main/java/io/kubernetes/client/examples/ControllerExample.java):
61+
on watch notification, see complete example [here](https://github.com/kubernetes-client/java/blob/master/examples/examples-release-13/src/main/java/io/kubernetes/client/examples/ControllerExample.java):
6262

6363
```java
6464
...

0 commit comments

Comments
 (0)