From 030d1d5b1cf28dd654793eb1a08e2280528d6403 Mon Sep 17 00:00:00 2001 From: ae Date: Tue, 18 Nov 2025 22:24:17 -0800 Subject: [PATCH] chore: update windows docs url (#6877) - Testing: None --- codex-rs/tui/src/chatwidget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/chatwidget.rs b/codex-rs/tui/src/chatwidget.rs index 78ea73c12..2945f358d 100644 --- a/codex-rs/tui/src/chatwidget.rs +++ b/codex-rs/tui/src/chatwidget.rs @@ -2462,7 +2462,7 @@ impl ChatWidget { Paragraph::new(vec![ line!["Agent mode on Windows uses an experimental sandbox to limit network and filesystem access.".bold()], line![ - "Learn more: https://github.com/openai/codex/blob/main/docs/sandbox.md#windows" + "Learn more: https://developers.openai.com/codex/windows" ], ]) .wrap(Wrap { trim: false }),