Skip to content

Commit 778aacf

Browse files
committed
doc: update branch in README
This commit links to the examples in the main branch instead of the old master branch. Fixes: #2293
1 parent e27eb26 commit 778aacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const k8sApi = kc.makeApiClient(k8s.CoreV1Api);
9797

9898
# Additional Examples and Documentation
9999

100-
There are several more JS and TS examples in the [examples](https://github.com/kubernetes-client/javascript/tree/master/examples) directory.
100+
There are several more JS and TS examples in the [examples](https://github.com/kubernetes-client/javascript/tree/main/examples) directory.
101101

102102
Documentation for the library is split into two resources:
103103

0 commit comments

Comments
 (0)