Skip to content

Commit 6b7f95b

Browse files
committed
Fix broken links
Signed-off-by: Dan Barr <[email protected]>
1 parent 15f007d commit 6b7f95b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/toolhive/guides-cli/advanced-cicd.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,6 @@ When implementing advanced CI/CD patterns:
313313
## Related information
314314

315315
- [Build MCP server containers](./build-containers.mdx)
316-
- [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.mdx)
316+
- [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.md)
317317
- [`thv build` command reference](../reference/cli/thv_build.md)
318318
- [Secrets management](./secrets-management.mdx)

docs/toolhive/guides-cli/build-containers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,15 +319,15 @@ thv build --tag my-server:dev go:///path/to/my-project
319319

320320
- Use built containers with [`thv run`](./run-mcp-servers.mdx) for local
321321
development
322-
- Deploy pre-built containers to [Kubernetes](../guides-k8s/run-mcp-k8s.mdx)
322+
- Deploy pre-built containers to [Kubernetes](../guides-k8s/run-mcp-k8s.md)
323323
- Set up [CI/CD pipelines](#cicd-integration) for automated building
324324
- Learn about [container registry workflows](#custom-image-tagging)
325325

326326
## Related information
327327

328328
- [`thv build` command reference](../reference/cli/thv_build.md)
329329
- [Run MCP servers](./run-mcp-servers.mdx)
330-
- [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.mdx)
330+
- [Run MCP servers in Kubernetes](../guides-k8s/run-mcp-k8s.md)
331331
- [Custom permissions](./custom-permissions.mdx)
332332

333333
## Troubleshooting

0 commit comments

Comments
 (0)