Skip to content

Commit d65482e

Browse files
Fix broken links in gflags.md
Removes broken links to the `global-flag-reference.md` file, which doesn't seem to exist in this repo. Fixes link to GFlags examples, there is no "index" page with links to all of the examples, so instead just link to the first one in the list. Corrects the name of the `Administrators` group, this is not possessive
1 parent 3936c96 commit d65482e

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

windows-driver-docs-pr/debugger/gflags.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GFlags supports the following features:
3939
4040
### Requirements
4141

42-
To use most GFlags features, you must be a member of the Administrator's group on the computer. For example, to set flags in the registry or in kernel mode, or enable page heap verification.
42+
To use most GFlags features, you must be a member of the Administrators group on the computer. For example, to set flags in the registry or in kernel mode, or enable page heap verification.
4343

4444
> [!NOTE]
4545
> Incorrect use of the GFlags tool can degrade system performance or prevent Windows from starting, which might require you to reinstall Windows.
@@ -58,12 +58,9 @@ This section includes:
5858

5959
- [Global Flags dialog](global-flags-dialog-box.md)
6060

61-
- [GFlags examples](gflags-examples.md)
62-
63-
- [Global Flag reference](global-flag-reference.md)
61+
- [GFlags examples](example-1---displaying-global-flags.md)
6462

6563
## Related articles
6664

67-
- [GFlags examples](gflags-examples.md)
68-
- [Global flag reference](global-flag-reference.md)
69-
- [Tools included in Debugging Tools for Windows](extra-tools.md)
65+
- [GFlags examples](example-1---displaying-global-flags.md)
66+
- [Tools included in Debugging Tools for Windows](extra-tools.md)

0 commit comments

Comments
 (0)