Use canonical links in the moved config notice (#32326)

## What changed

Update the links in `codex-rs/config.md` to point directly to the configuration documentation on GitHub, including the MCP servers section.

GitOrigin-RevId: 8bf830b7062f83e44b5121dd11b1f1a20bb68e43
This commit is contained in:
Michael Bolin
2026-07-11 03:23:35 +00:00
committed by copyberry
parent 203d530cc6
commit f93c18ed0f

View File

@@ -2,5 +2,5 @@
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#connecting-to-mcp-servers](../docs/config.md#connecting-to-mcp-servers)
- Full config docs: [docs/config.md](https://github.com/openai/codex/blob/main/docs/config.md)
- MCP servers section: [docs/config.md#connecting-to-mcp-servers](https://github.com/openai/codex/blob/main/docs/config.md#connecting-to-mcp-servers)