Skip to content

Commit

Permalink
Merge pull request #142 from RafalSkolasinski/link-fix
Browse files Browse the repository at this point in the history
use link to .html instead of .md
  • Loading branch information
ukclivecox committed Jun 17, 2021
2 parents e82af6b + 5effff8 commit 752dd59
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/examples/custom-model/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
" \n",
"### Prerequisites\n",
" \n",
"Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-seldon-core)."
"Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-seldon-core)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/custom-model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ remote_model.undeploy()

### Prerequisites

Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-seldon-core).
Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-seldon-core).


```python
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/explainer/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
" \n",
"### Prerequisites\n",
" \n",
"Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-seldon-core)."
"Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-seldon-core)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/explainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ remote_model.undeploy()

### Prerequisites

Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-seldon-core).
Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-seldon-core).


```python
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/kfserving/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
" \n",
"### Prerequisites\n",
" \n",
"Create a Kind Kubernetes cluster with Minio and KFserving installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-kfserving)."
"Create a Kind Kubernetes cluster with Minio and KFserving installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-kfserving)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/kfserving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ remote_model.undeploy()

### Prerequisites

Create a Kind Kubernetes cluster with Minio and KFserving installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-kfserving).
Create a Kind Kubernetes cluster with Minio and KFserving installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-kfserving).


```python
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/multi-model/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
" \n",
"### Prerequisites\n",
" \n",
"Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-seldon-core)."
"Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-seldon-core)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/multi-model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ remote_model.undeploy()

### Prerequisites

Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-seldon-core).
Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-seldon-core).


```python
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/outlier/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
" \n",
"### Prerequisites\n",
" \n",
"Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-seldon-core)."
"Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-seldon-core)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/outlier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ remote_model.undeploy()

### Prerequisites

Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](../../overview/quickstart.md#kubernetes-cluster-with-seldon-core).
Create a Kind Kubernetes cluster with Minio and Seldon Core installed using Ansible as described [here](https://tempo.readthedocs.io/en/latest/overview/quickstart.html#kubernetes-cluster-with-seldon-core).


```python
Expand Down

0 comments on commit 752dd59

Please sign in to comment.