Skip to content

Commit ca23c96

Browse files
Yan Baiclaude
andcommitted
fix(observability): fix broken relative link to tutorial in README
The tutorial link was missing the `../` prefix, causing it to resolve incorrectly from within the observability/ subdirectory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e92d43f commit ca23c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

observability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Make sure to have:
1414

1515
- A running Kubernetes (K8s) environment with GPUs
1616
- Run `cd utils && bash install-minikube-cluster.sh`
17-
- Or follow our [tutorial](tutorials/00-install-kubernetes-env.md)
17+
- Or follow our [tutorial](../tutorials/00-install-kubernetes-env.md)
1818

1919
After that you can run:
2020

0 commit comments

Comments
 (0)