File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments