Update Codex docs success link (#12805)
Fix a stale documentation link in the sign-in flow
This commit is contained in:
parent
3f30746237
commit
f6fdfbeb98
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue