Skip to content

Commit

Permalink
Fixed doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
andyolivares authored Jul 10, 2024
1 parent bf947bb commit 84fdb96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/os/windows/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ pub trait CommandExt: Sealed {

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

Expand Down

0 comments on commit 84fdb96

Please sign in to comment.