From 92d72a28b74bc06a2b6e2ebb12a690279a775b84 Mon Sep 17 00:00:00 2001 From: Matt Stern Date: Tue, 8 May 2018 14:17:25 +0200 Subject: [PATCH] Fix examples path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3323ed5f..9787376e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ k8sApi.createNamespace(namespace).then( ``` # Additional Examples -There are several more examples in the [examples](/kubernetes-client/javascript/tree/master/examples) directory. +There are several more examples in the [examples](https://github.com/kubernetes-client/javascript/tree/master/examples) directory. # Development