Skip to content

Commit

Permalink
Fix broken link to ingress info in README (kubeflow#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze authored Apr 22, 2021
1 parent 2633383 commit 9ac96ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/samples/v1beta1/sklearn/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Expected Output
$ inferenceservice.serving.kubeflow.org/sklearn-iris created
```
## Run a prediction
The first step is to [determine the ingress IP and ports](../../../../README.md#determine-the-ingress-ip-and-ports) and set `INGRESS_HOST` and `INGRESS_PORT`
The first step is to [determine the ingress IP and ports](https://github.com/kubeflow/kfserving#determine-the-ingress-ip-and-ports) and set `INGRESS_HOST` and `INGRESS_PORT`

```
MODEL_NAME=sklearn-iris
Expand Down

0 comments on commit 9ac96ba

Please sign in to comment.