From f6fdfbeb98de40bc0d8da7bfe735eebdf1a5d5a4 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Wed, 25 Feb 2026 12:02:41 -0800 Subject: [PATCH] Update Codex docs success link (#12805) Fix a stale documentation link in the sign-in flow --- codex-rs/tui/src/onboarding/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/onboarding/auth.rs b/codex-rs/tui/src/onboarding/auth.rs index 23b1ff4aa..a0556fc31 100644 --- a/codex-rs/tui/src/onboarding/auth.rs +++ b/codex-rs/tui/src/onboarding/auth.rs @@ -447,7 +447,7 @@ impl AuthModeWidget { " Decide how much autonomy you want to grant Codex".into(), Line::from(vec![ " For more details see the ".into(), - "\u{1b}]8;;https://github.com/openai/codex\u{7}Codex docs\u{1b}]8;;\u{7}".underlined(), + "\u{1b}]8;;https://developers.openai.com/codex/security\u{7}Codex docs\u{1b}]8;;\u{7}".underlined(), ]) .dim(), "".into(),