diff --git a/README.md b/README.md index d9f45d4e..539cf94e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Deploy k8dash with something like the following... NOTE: never trust a file downloaded from the internet. Make sure to review the contents of [kubernetes-k8dash.yaml](https://raw.githubusercontent.com/herbrandson/k8dash/master/kubernetes-k8dash.yaml) before running the script below. ``` bash -kubectl apply -f https://raw.githubusercontent.com/herbrandson/k8dash/master/kubernetes-k8dash.yaml +kubectl apply -f https://raw.githubusercontent.com/hashmapinc/k8dash/master/kubernetes-k8dash.yaml ``` To access k8dash, you must make it publicly visible. If you have an ingress server setup, you can accomplish by adding a route like the following @@ -137,4 +137,4 @@ For the client, move to the `/client` directory, run `npm i` and then `npm start ## License -[Apache License 2.0](https://raw.githubusercontent.com/herbrandson/k8dash/master/LICENSE) \ No newline at end of file +[Apache License 2.0](https://raw.githubusercontent.com/herbrandson/k8dash/master/LICENSE)