From 778aacff17b01e5a626b3832f933e9bfc6ff052a Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 5 Mar 2025 09:24:26 -0500 Subject: [PATCH] doc: update branch in README This commit links to the examples in the main branch instead of the old master branch. Fixes: https://github.com/kubernetes-client/javascript/issues/2293 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e83cdb83..90ff37db2e 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ const k8sApi = kc.makeApiClient(k8s.CoreV1Api); # Additional Examples and Documentation -There are several more JS and TS examples in the [examples](https://github.com/kubernetes-client/javascript/tree/master/examples) directory. +There are several more JS and TS examples in the [examples](https://github.com/kubernetes-client/javascript/tree/main/examples) directory. Documentation for the library is split into two resources: