From 91e65ac0ce62a12f9064dc0adab7322d9f16dfee Mon Sep 17 00:00:00 2001 From: Vinh Nguyen <1097578+vinhnx@users.noreply.github.com> Date: Sat, 1 Nov 2025 06:53:09 +0700 Subject: [PATCH] docs: Fix link anchor and markdown format in advanced guide (#5649) Hi OpenAI Codex team, this PR fix an rendering issue in the Markdown table and anchor link in the [docs/advanced.md](https://github.com/openai/codex/blob/main/docs/advanced.md). Thank you! Co-authored-by: Eric Traut --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index 1079de03..8fa24955 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -1,6 +1,6 @@ ## Advanced -If you already lean on Codex every day and just need a little more control, this page collects the knobs you are most likely to reach for: tweak defaults in [Config](./config.md), add extra tools through [Model Context Protocol support](./advanced.md#model-context-protocol), and script full runs with [`codex exec`](./exec.md). Jump to the section you need and keep building. +If you already lean on Codex every day and just need a little more control, this page collects the knobs you are most likely to reach for: tweak defaults in [Config](./config.md), add extra tools through [Model Context Protocol support](#model-context-protocol), and script full runs with [`codex exec`](./exec.md). Jump to the section you need and keep building. ## Config quickstart {#config-quickstart}