Skip to content

Commit 23da8a3

Browse files
authored
update link (#87)
Signed-off-by: Michael Kalantar <[email protected]>
1 parent 7ef57ac commit 23da8a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tutorials/integrations/kserve-mm/blue-green.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To send inference requests to the model:
8888
=== "From within the cluster"
8989
1. Create a "sleep" pod in the cluster from which requests can be made:
9090
```shell
91-
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.13.18/samples/modelmesh-serving/sleep.sh | sh -
91+
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.14.1/samples/modelmesh-serving/sleep.sh | sh -
9292
```
9393

9494
2. exec into the sleep pod:

docs/tutorials/integrations/kserve-mm/canary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To send inference requests to the model:
8989
=== "From within the cluster"
9090
1. Create a "sleep" pod in the cluster from which requests can be made:
9191
```shell
92-
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.13.18/samples/modelmesh-serving/sleep.sh | sh -
92+
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.14.1/samples/modelmesh-serving/sleep.sh | sh -
9393
```
9494

9595
2. exec into the sleep pod:

docs/tutorials/integrations/kserve-mm/mirror.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To send inference requests to the model:
8989
=== "From within the cluster"
9090
1. Create a "sleep" pod in the cluster from which requests can be made:
9191
```shell
92-
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.13.18/samples/modelmesh-serving/sleep.sh | sh -
92+
curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.14.1/samples/modelmesh-serving/sleep.sh | sh -
9393
```
9494

9595
2. exec into the sleep pod:

0 commit comments

Comments
 (0)