From b15b5082c6ad08376788390adc31936235e9e23f Mon Sep 17 00:00:00 2001 From: jdijk-deventit Date: Fri, 19 Dec 2025 18:42:56 +0100 Subject: [PATCH] Fix link to contributing.md in experimental.md (#8311) # External (non-OpenAI) Pull Request Requirements Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: https://github.com/openai/codex/blob/main/docs/contributing.md If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes. Include a link to a bug report or enhancement request. --- docs/experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/experimental.md b/docs/experimental.md index 48e307030..358a23409 100644 --- a/docs/experimental.md +++ b/docs/experimental.md @@ -7,4 +7,4 @@ Codex CLI is an experimental project under active development. It is not yet sta - Pull requests - Good vibes -Help us improve by filing issues or submitting PRs (see [docs/contributing.md](docs/contributing.md) for guidance)! +Help us improve by filing issues or submitting PRs (see [contributing.md](./contributing.md) for guidance)!