Skip to content

Commit b8b6d14

Browse files
andyolivaresAndres Olivares
authored and
Andres Olivares
committed
Fixed doc links
1 parent e82ad2e commit b8b6d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/os/windows/process.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ pub trait CommandExt: Sealed {
183183

184184
/// Sets the field `wShowWindow` of [STARTUPINFO][1] that is passed to `CreateProcess`.
185185
/// Allowed values are the ones listed in
186-
/// https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-showwindow
186+
/// <https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-showwindow>
187187
///
188-
/// [1]: https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/ns-processthreadsapi-startupinfow
188+
/// [1]: <https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/ns-processthreadsapi-startupinfow>
189189
#[unstable(feature = "windows_process_extensions_show_window", issue = "127544")]
190190
fn show_window(&mut self, cmd_show: u16) -> &mut process::Command;
191191

0 commit comments

Comments
 (0)