Skip to content

Commit 234b3c4

Browse files
committed
reorder links
1 parent eb35393 commit 234b3c4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

dsc/docs-conceptual/dsc-3.0/overview.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ the state of a machine, or how to configure settings of an application.
4949
DSC differs from PowerShell Desired State Configuration (PSDSC) in a few important ways:
5050

5151
- DSC doesn't _depend_ on PowerShell, Windows PowerShell, or the
52-
[PSDesiredStateConfiguration module][07]. DSC provides full compatibility with PowerShell DSC
52+
[PSDesiredStateConfiguration module][06]. DSC provides full compatibility with PowerShell DSC
5353
Resources through the `Microsoft.DSC/PowerShell` and `Microsoft.Windows/WindowsPowerShell`
5454
_adapter resources_.
5555

@@ -80,7 +80,7 @@ DSC differs from PowerShell Desired State Configuration (PSDSC) in a few importa
8080

8181
To install DSC on any platform:
8282

83-
1. Download the [latest release from the PowerShell/DSC repository][06].
83+
1. Download the [latest release from the PowerShell/DSC repository][05].
8484
1. Expand the release archive.
8585
1. Add the folder containing the expanded archive contents to the `PATH`.
8686

@@ -114,30 +114,30 @@ winget install --id Microsoft.DSC.Preview --source winget
114114
## Integrating with DSC
115115

116116
DSC is a platform tool that abstracts the concerns for defining and invoking resources. Higher order
117-
tools, like [WinGet][05], [Microsoft Dev Box][02], and [Azure Machine Configuration][03] are early
117+
tools, like [WinGet][04], [Microsoft Dev Box][01], and [Azure Machine Configuration][02] are early
118118
partners for DSC as orchestration agents.
119119

120120
DSC uses JSON schemas to define the structure of resources, configuration documents, and the outputs
121121
that DSC returns. These schemas make it easier to integrate DSC with other tools, because they
122122
standardize and document how to interface with DSC.
123123

124-
For more information, see [DSC JSON Schema reference overview][01].
124+
For more information, see [DSC JSON Schema reference overview][08].
125125

126126
## See Also
127127

128128
- [Anatomy of a command-based DSC Resource][09] to learn about authoring a resource in your language
129129
of choice.
130-
- [Command line reference for the 'dsc' command][08]
131-
- [DSC JSON Schema reference overview][01]
132-
- [WinGet Configuration][04]
130+
- [Command line reference for the 'dsc' command][07]
131+
- [DSC JSON Schema reference overview][08]
132+
- [WinGet Configuration][03]
133133

134134
<!-- link references -->
135-
[01]: ./reference/schemas/overview.md
136-
[02]: /azure/dev-box/overview-what-is-microsoft-dev-box
137-
[03]: /azure/governance/machine-configuration/overview
138-
[04]: /windows/package-manager/configuration/
139-
[05]: /windows/package-manager/winget
140-
[06]: https://github.com/PowerShell/DSC/releases/latest
141-
[07]: https://github.com/powershell/psdesiredstateconfiguration
142-
[08]: reference/cli/dsc.md
135+
[01]: /azure/dev-box/overview-what-is-microsoft-dev-box
136+
[02]: /azure/governance/machine-configuration/overview
137+
[03]: /windows/package-manager/configuration/
138+
[04]: /windows/package-manager/winget
139+
[05]: https://github.com/PowerShell/DSC/releases/latest
140+
[06]: https://github.com/powershell/psdesiredstateconfiguration
141+
[07]: reference/cli/dsc.md
142+
[08]: reference/schemas/overview.md
143143
[09]: resources/concepts/anatomy.md

0 commit comments

Comments
 (0)