diff --git a/docs/tutorials/integrations/kserve-mm/blue-green.md b/docs/tutorials/integrations/kserve-mm/blue-green.md index 7ada671b..47451ca7 100644 --- a/docs/tutorials/integrations/kserve-mm/blue-green.md +++ b/docs/tutorials/integrations/kserve-mm/blue-green.md @@ -88,7 +88,7 @@ To send inference requests to the model: === "From within the cluster" 1. Create a "sleep" pod in the cluster from which requests can be made: ```shell - curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.13.18/samples/modelmesh-serving/sleep.sh | sh - + curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.14.1/samples/modelmesh-serving/sleep.sh | sh - ``` 2. exec into the sleep pod: diff --git a/docs/tutorials/integrations/kserve-mm/canary.md b/docs/tutorials/integrations/kserve-mm/canary.md index 212b6964..20f1d724 100644 --- a/docs/tutorials/integrations/kserve-mm/canary.md +++ b/docs/tutorials/integrations/kserve-mm/canary.md @@ -89,7 +89,7 @@ To send inference requests to the model: === "From within the cluster" 1. Create a "sleep" pod in the cluster from which requests can be made: ```shell - curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.13.18/samples/modelmesh-serving/sleep.sh | sh - + curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.14.1/samples/modelmesh-serving/sleep.sh | sh - ``` 2. exec into the sleep pod: diff --git a/docs/tutorials/integrations/kserve-mm/mirror.md b/docs/tutorials/integrations/kserve-mm/mirror.md index 950e1d0a..a3385189 100644 --- a/docs/tutorials/integrations/kserve-mm/mirror.md +++ b/docs/tutorials/integrations/kserve-mm/mirror.md @@ -89,7 +89,7 @@ To send inference requests to the model: === "From within the cluster" 1. Create a "sleep" pod in the cluster from which requests can be made: ```shell - curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.13.18/samples/modelmesh-serving/sleep.sh | sh - + curl -s https://raw.githubusercontent.com/iter8-tools/docs/v0.14.1/samples/modelmesh-serving/sleep.sh | sh - ``` 2. exec into the sleep pod: