Skip to content

Commit 8f0516d

Browse files
authored
Fixes a link and env vars in docs (#20)
* added a link * fixed env vars
1 parent 7023641 commit 8f0516d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

20250401-kubecon-london/workshop/04-application-providers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ mcp-example-crd --server=$(kubectl get apiexport apis.contrib.kcp.io -o jsonpath
100100

101101
```shell
102102
export WORKSHOP_ROOT="$(git rev-parse --show-toplevel)/20250401-kubecon-london/workshop"
103-
export EXERCISE_DIR="${WORKSHOP_ROOT}/03-dynamic-providers"
103+
export EXERCISE_DIR="${WORKSHOP_ROOT}/04-application-providers"
104104
export KUBECONFIGS_DIR="${WORKSHOP_ROOT}/kubeconfigs"
105105
export KREW_ROOT="${WORKSHOP_ROOT}/bin/.krew"
106106
export PATH="${WORKSHOP_ROOT}/bin/.krew/bin:${WORKSHOP_ROOT}/bin:${PATH}"
@@ -111,7 +111,7 @@ mcp-example-crd --server=$(kubectl get apiexport apis.contrib.kcp.io -o jsonpath
111111

112112
```fish
113113
set -gx WORKSHOP_ROOT (git rev-parse --show-toplevel)/20250401-kubecon-london/workshop
114-
set -gx EXERCISE_DIR $WORKSHOP_ROOT/03-dynamic-providers
114+
set -gx EXERCISE_DIR $WORKSHOP_ROOT/04-application-providers
115115
set -gx KUBECONFIGS_DIR $WORKSHOP_ROOT/kubeconfigs
116116
set -gx KREW_ROOT $WORKSHOP_ROOT/bin/.krew
117117
set -gx PATH $WORKSHOP_ROOT/bin/.krew/bin $WORKSHOP_ROOT/bin $PATH

20250401-kubecon-london/workshop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ All the tools and services we'll present during this workshop are local-installa
3434

3535
## Starting out
3636

37-
Once ready, start by heading over to the first warm-up exercise: `00-prerequisites`.
37+
Once ready, start by heading over to the first warm-up exercise: [`00-prerequisites` 🔥](/contrib/learning/20250401-kubecon-london/workshop/00-prerequisites/)!

0 commit comments

Comments
 (0)