Skip to content

Commit 55af0a0

Browse files
doc
1 parent 38f802e commit 55af0a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This module is primarily focussed on the notebook environment initially such tha
2727

2828
We recommend trying out this module in a development environment first.
2929

30-
To do so, follow the [k3s tutorial](https://github.com/treebeardtech/terraform-kubernetes-kubeflow/tree/main/examples).
30+
To do so, follow the [k3s tutorial](https://github.com/treebeardtech/terraform-helm-kubeflow/tree/main/examples).
3131

3232
## Guides
3333

examples/k3s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Some tools can make this process easier:
4545
Clone this repo (if not in codespaces) and use the makefile to setup kubernetes:
4646

4747
```sh
48-
git clone -b v0.1 https://github.com/treebeardtech/terraform-kubernetes-kubeflow.git
49-
cd terraform-kubernetes-kubeflow
48+
git clone https://github.com/treebeardtech/terraform-helm-kubeflow.git
49+
cd terraform-helm-kubeflow
5050
export KUBECONFIG=~/.kube/demo.yaml
5151
rm $KUBECONFIG # remove if exists from previous attempts
5252
make k3d-create

0 commit comments

Comments
 (0)