Skip to content

Commit f5532fa

Browse files
Copilotmedyagh
andauthored
Replace oversized Codespaces badge with shields.io version (#22090)
* Initial plan * Replace large GitHub Codespaces badge with smaller shields.io badge Co-authored-by: medyagh <[email protected]> * Fix spelling errors in GitHub Codespace section Co-authored-by: medyagh <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: medyagh <[email protected]>
1 parent aeb928d commit f5532fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GoReport Widget]][GoReport Status]
55
[![GitHub All Releases](https://img.shields.io/github/downloads/kubernetes/minikube/total.svg)](https://github.com/kubernetes/minikube/releases/latest)
66
[![Latest Release](https://img.shields.io/github/v/release/kubernetes/minikube?include_prereleases)](https://github.com/kubernetes/minikube/releases/latest)
7-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/kubernetes/minikube?quickstart=1)
7+
[![Open in GitHub Codespaces](https://img.shields.io/badge/Open%20in-GitHub%20Codespaces-blue?logo=github)](https://codespaces.new/kubernetes/minikube?quickstart=1)
88

99
[GoReport Status]: https://goreportcard.com/report/github.com/kubernetes/minikube
1010
[GoReport Widget]: https://goreportcard.com/badge/github.com/kubernetes/minikube
@@ -44,14 +44,14 @@ See the [Getting Started Guide](https://minikube.sigs.k8s.io/docs/start/)
4444

4545
:mega: **Please fill out our [fast 5-question survey](https://forms.gle/Gg3hG5ZySw8c1C24A)** so that we can learn how & why you use minikube, and what improvements we should make. Thank you! :dancers:
4646

47-
## Github Codespace
47+
## GitHub Codespace
4848

49-
You can run minikube in a Gihub Codespace by clicking here:
50-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/kubernetes/minikube?quickstart=1)
49+
You can run minikube in a GitHub Codespace by clicking here:
50+
[![Open in GitHub Codespaces](https://img.shields.io/badge/Open%20in-GitHub%20Codespaces-blue?logo=github)](https://codespaces.new/kubernetes/minikube?quickstart=1)
5151

5252
This will launch a Github Codespace. You can then run `minikube start` and `minikube dashboard` - You can then open Minikube Dashboard by clicking opening the link displayed in the terminal.
5353

54-
You can also run Minikube in a Dev Container locally using your favourit IDE, for more infor mation see Dev Containers https://code.visualstudio.com/docs/devcontainers/containers
54+
You can also run Minikube in a Dev Container locally using your favorite IDE, for more information see Dev Containers https://code.visualstudio.com/docs/devcontainers/containers
5555

5656
## Documentation
5757

0 commit comments

Comments
 (0)