Skip to content

Commit 144828a

Browse files
committed
Fix link definitions
1 parent f72bc5d commit 144828a

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

docs/reference/resources/Microsoft/Windows/RebootPending/examples/check-for-pending-reboot.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ actualState:
3535
The `rebootPending` property indicates whether the system requires a reboot (`true`) or not (`false`).
3636

3737
> [!NOTE]
38-
> The `Microsoft.Windows/RebootPending` resource is read-only.
3938
> You can only use the **Get** operation to check the reboot status.
4039
> The resource does not support **Set**, **WhatIf**, **Export**, **Delete**, or **Test** operations.
4140

docs/reference/resources/Microsoft/Windows/RebootPending/index.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ This resource does not support `set`, `whatIf`, `export`, `test`, or `delete` op
6464

6565
## Examples
6666

67-
1. [Check for pending reboot][03] - Shows how to check if a system has a pending reboot using the `dsc resource get` command.
68-
2. [Use the RebootPending resource in a configuration][04] - Shows how to include the RebootPending resource in a configuration document to check reboot status.
67+
1. [Check for pending reboot][04] - Shows how to check if a system has a pending reboot using the `dsc resource get` command.
68+
2. [Use the RebootPending resource in a configuration][05] - Shows how to include the RebootPending resource in a configuration document to check reboot status.
6969

7070
## Properties
7171

7272
The resource doesn't have any configurable properties. It's a read-only resource designed to detect a system's reboot status.
7373

74-
- **Read-only properties:** <a id="read-only-properties"></a> The resource returns the following properties. For more information about read-only properties, see the "Read-only resource properties" section in [DSC resource properties][08].
74+
- **Read-only properties:** <a id="read-only-properties"></a> The resource returns the following properties. For more information about read-only properties, see the "Read-only resource properties" section in [DSC resource properties][03].
7575

7676
- [rebootPending](#rebootpending) - Indicates whether the system has a pending reboot.
7777

@@ -113,16 +113,15 @@ The resource doesn't return any specific exit codes. It reports status through t
113113

114114
## See also
115115

116-
- [Microsoft.Windows/Registry resource][10]
117-
- [Windows Registry][11]
116+
- [Microsoft.Windows/Registry resource][01]
118117
- [DSC resource capabilities][02]
119-
- [DSC resource properties][06]
118+
- [DSC resource properties][03]
119+
- [Check for pending reboot][04]
120+
- [Use the RebootPending resource in a configuration][05]
120121

121122
<!-- Link definitions -->
123+
[01]: ../registry/index.md
122124
[02]: ../../../../../concepts/resources/capabilities.md
123-
[03]: ./examples/check-for-pending-reboot.md
124-
[04]: ./examples/use-rebootpending-in-configuration.md
125-
[06]: ../../../../../concepts/resources/properties.md
126-
[08]: ../../../../../concepts/resources/properties.md#read-only-resource-properties
127-
[10]: ../registry/index.md
128-
[11]: /windows/win32/sysinfo/about-the-registry
125+
[03]: ../../../../../concepts/resources/properties.md
126+
[04]: ./examples/check-for-pending-reboot.md
127+
[05]: ./examples/use-rebootpending-in-configuration.md

0 commit comments

Comments
 (0)