@@ -183,9 +183,9 @@ pub trait CommandExt: Sealed {
|
183 | 183 | |
184 | 184 | /// Sets the field `wShowWindow` of [STARTUPINFO][1] that is passed to `CreateProcess`. |
185 | 185 | /// 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> |
187 | 187 | /// |
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> |
189 | 189 | #[unstable(feature = "windows_process_extensions_show_window", issue = "127544")] |
190 | 190 | fn show_window(&mut self, cmd_show: u16) -> &mut process::Command; |
191 | 191 | |
|