Skip to content

Commit 65855a0

Browse files
committed
fix(site): resolve build issue
Signed-off-by: Brandt Keller <[email protected]>
1 parent 6df9665 commit 65855a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/content/docs/best-practices/airgap-demos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ When `podinfo` is `Running`, port‑forward and open your browser:
137137
kubectl port-forward -n demo svc/podinfo 8080:80
138138
```
139139

140-
Visit <http://localhost:8080> — you should see the UI message from `values.yaml`.
140+
Visit `http://localhost:8080` — you should see the UI message from `values.yaml`.
141141

142142
---
143143

0 commit comments

Comments
 (0)