From f93c18ed0f57151b410d25e8e1dff4408440560f Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Sat, 11 Jul 2026 03:23:35 +0000 Subject: [PATCH] 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 --- codex-rs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex-rs/config.md b/codex-rs/config.md index 5de2a2d9c4..cbee27c7c1 100644 --- a/codex-rs/config.md +++ b/codex-rs/config.md @@ -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)