Fix link to MCP Servers config section (#5301)

fix a broken link in
https://github.com/openai/codex/blob/main/codex-rs/config.md to point to
the anchor for configuring MCPs:
https://github.com/openai/codex/blob/main/docs/config.md#connecting-to-mcp-servers
This commit is contained in:
Ryan Lopopolo 2025-10-17 14:58:27 -07:00 committed by GitHub
parent 6b0c486861
commit c1bde2a4ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,4 +3,4 @@
This file has moved. Please see the latest configuration documentation here:
- Full config docs: [docs/config.md](../docs/config.md)
- MCP servers section: [docs/config.md#mcp_servers](../docs/config.md#mcp_servers)
- MCP servers section: [docs/config.md#connecting-to-mcp-servers](../docs/config.md#connecting-to-mcp-servers)