Skip to content

Commit

Permalink
Fix kserve 0.9 quickstart url (#169)
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Fu <xfu83@bloomberg.net>
  • Loading branch information
xfu83 authored and yuzisun committed Aug 7, 2022
1 parent f186a60 commit 0ac10ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get_started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ The [Kubernetes CLI (`kubectl`)](https://kubernetes.io/docs/tasks/tools/install-
You can get started with a local deployment of KServe by using _KServe Quick installation script on Kind_:

```bash
curl -s "https://raw.github.com/kserve/kserve/release-0.8/hack/quick_install.sh" | bash
curl -s "https://raw.github.com/kserve/kserve/release-0.9/hack/quick_install.sh" | bash
```

0 comments on commit 0ac10ff

Please sign in to comment.