From d84a799ec0c5f6d1fd17410b26505d4ce234198e Mon Sep 17 00:00:00 2001 From: Aleksandr Kondrashov <116561995+aramikuto@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:15:12 +0900 Subject: [PATCH] docs: fix broken link to the "Memory with AGENTS.md" section in codex/README.md (#3300) Fixes https://github.com/openai/codex/issues/3299 Updated the link in README.md so that it correctly points to the [Memory with AGENTS.md](https://github.com/openai/codex/blob/main/docs/getting-started.md#memory-with-agentsmd) section, ensuring users are directed to the right location. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 668a03ac..8f7e624e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Codex CLI supports a rich set of configuration options, with preferences stored - [CLI usage](./docs/getting-started.md#cli-usage) - [Running with a prompt as input](./docs/getting-started.md#running-with-a-prompt-as-input) - [Example prompts](./docs/getting-started.md#example-prompts) - - [Memory with AGENTS.md](./docs/getting-started.md#memory--project-docs) + - [Memory with AGENTS.md](./docs/getting-started.md#memory-with-agentsmd) - [Configuration](./docs/config.md) - [**Sandbox & approvals**](./docs/sandbox.md) - [**Authentication**](./docs/authentication.md)