Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorDongbo Wang <dongbow@microsoft.com>2021-12-16 03:38:37 +0300
committerGitHub <noreply@github.com>2021-12-16 03:38:37 +0300
commit6662e21cb6b7fe4baf61be59036962901c354e52 (patch)
tree0741ce256cfa2f5fdaa6757b20b180611dea6913 /demos
parent6b06625cc69867d617095c2bcfadb669b14a072a (diff)
Fix the DSC overview URL in a markdown file and some small cleanup changes (#16629)
Diffstat (limited to 'demos')
-rw-r--r--demos/DSC/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/DSC/readme.md b/demos/DSC/readme.md
index 0ce83fb3ef..0dd98968d2 100644
--- a/demos/DSC/readme.md
+++ b/demos/DSC/readme.md
@@ -1,6 +1,6 @@
# DSC MOF Compilation Demo
-[PowerShell Desired State Configuration](https://docs.microsoft.com/powershell/scripting/dsc/overview/overview) is a declarative configuration platform for Windows and Linux.
+[PowerShell Desired State Configuration](https://docs.microsoft.com/powershell/scripting/dsc/overview) is a declarative configuration platform for Windows and Linux.
DSC configurations can be authored in PowerShell and compiled into the resultant MOF document.
This demo shows use of PowerShell to author a DSC configuration to set the configuration of an Apache web server. PowerShell scripting is used to assess distribution and version-specific properties,