diff --git a/docs/contributors/releasing_minikube.md b/docs/contributors/releasing_minikube.md index 9939e95996caf9b4000fe0bf98e7fb757798f236..3a1ab83c3956ff8e799451c9ed95f35c2c73ed9a 100644 --- a/docs/contributors/releasing_minikube.md +++ b/docs/contributors/releasing_minikube.md @@ -98,15 +98,13 @@ These are downstream packages that are being maintained by others and how to upg | Arch Linux AUR | https://aur.archlinux.org/packages/minikube/ | "Flag as package out-of-date" | Brew Cask | https://github.com/Homebrew/homebrew-cask/blob/master/Casks/minikube.rb | The release job creates a new PR in [Homebrew/homebrew-cask](https://github.com/Homebrew/homebrew-cask) with an updated version and SHA256, double check that it's created. -HEADS UP: Brew automation is currently broken: https://github.com/kubernetes/minikube/issues/3694 - send a PR out yourself. - ## Verification Verify release checksums by running`make check-release` ## Update docs -If there are major changes, please send a PR to update [Running Kubernetes Locally via Minikube(https://kubernetes.io/docs/setup/minikube/) +If there are major changes, please send a PR to update https://kubernetes.io/docs/setup/minikube/ ## Announce!