From 9d6d746c85288a85461a0e52ee47a76d64d4b5eb Mon Sep 17 00:00:00 2001 From: Ivan Baluta Date: Thu, 16 Jul 2026 01:16:44 +0700 Subject: [PATCH] cscript, wscript: standardize "See also" section (#23206) --- pages/windows/cscript.md | 2 +- pages/windows/wscript.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/windows/cscript.md b/pages/windows/cscript.md index 44212798a5..b43dd5aaf2 100644 --- a/pages/windows/cscript.md +++ b/pages/windows/cscript.md @@ -1,7 +1,7 @@ # cscript > Run Windows Script Host programs in the command-line interface (CLI). -> See also: `wscript` for graphical user interface (GUI). +> See also: `wscript`. > More information: . - Set `cscript` (CLI) or `wscript` (GUI) as the default interpreter to run Windows Script Host programs: diff --git a/pages/windows/wscript.md b/pages/windows/wscript.md index 80347d59d5..d81ef2c61f 100644 --- a/pages/windows/wscript.md +++ b/pages/windows/wscript.md @@ -1,7 +1,7 @@ # wscript > Run Windows Script Host programs in the graphical user interface (GUI). -> See also: `cscript` for command-line interface (CLI). +> See also: `cscript`. > More information: . - Set `cscript` (CLI) or `wscript` (GUI) as the default interpreter to run Windows Script Host programs: