Skip to content

Commit 5a22a56

Browse files
authored
Merge pull request #903 from Arhell/upd
update readme links
2 parents 3fbbb70 + 1a4b60b commit 5a22a56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Javascript Kubernetes Client information
22

33
[![Build Status](https://github.com/kubernetes-client/javascript/workflows/Kubernetes%20Javascript%20Client%20-%20Validation/badge.svg)](https://github.com/kubernetes-client/javascript/actions)
4-
[![Client Capabilities](https://img.shields.io/badge/Kubernetes%20client-Gold-blue.svg?style=flat&colorB=FFD700&colorA=306CE8)](http://bit.ly/kubernetes-client-capabilities-badge)
5-
[![Client Support Level](https://img.shields.io/badge/kubernetes%20client-beta-green.svg?style=flat&colorA=306CE8)](http://bit.ly/kubernetes-client-support-badge)
4+
[![Client Capabilities](https://img.shields.io/badge/Kubernetes%20client-Gold-blue.svg?style=flat&colorB=FFD700&colorA=306CE8)](https://bit.ly/kubernetes-client-capabilities-badge)
5+
[![Client Support Level](https://img.shields.io/badge/kubernetes%20client-beta-green.svg?style=flat&colorA=306CE8)](https://bit.ly/kubernetes-client-support-badge)
66
[![Build and Deploy Docs](https://github.com/kubernetes-client/javascript/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/kubernetes-client/javascript/actions/workflows/deploy-docs.yml)
77

88
The Javascript clients for Kubernetes is implemented in
@@ -176,7 +176,7 @@ Run `npm run lint` or install an editor plugin like https://github.com/Microsoft
176176

177177
# Testing
178178

179-
Tests are written using the [Chai](http://chaijs.com/) library. See
179+
Tests are written using the [Chai](https://chaijs.com/) library. See
180180
[`config_test.ts`](./src/config_test.ts) for an example.
181181

182182
To run tests, execute the following:

0 commit comments

Comments
 (0)