Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 2277d46

Browse files
authored
Merge pull request #343 from X-Guardian/patch-1
README.md: Fix broken links and formatting
2 parents 6a5a86b + d3f2baf commit 2277d46

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
statements are in lower case: `if`,`foreach`,`do`,`while`,`for`,
7676
`try`,`catch`,`enum`,`class` ([issue #224](https://github.com/PowerShell/DscResource.Tests/issues/224)).
7777
- Moved `Publish Wiki Content` section in the `README.md` to the correct location.
78-
- Removed the legacy `CHANGELOG` link in the README.md table of contents.
78+
- Removed the legacy `CHANGELOG` link in the `README.md` table of contents.
79+
- Fixed broken links and formatting in the `README.md` file.
7980

8081
## 0.3.0.0
8182

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ The resource files are:
388388

389389
- **[Unit_Template.ps1](https://github.com/PowerShell/DscResource.Template/blob/master/Tests/Unit/unit_test_template.ps1)**:
390390
Use to create a set of Unit Pester tests for a single DSC Resource.
391-
- **[Integration_Template.ps1](https://github.com/PowerShell/DscResource.Template/blob/master/Tests/integration/integration_test_template.ps1)**:
391+
- **[Integration_Template.ps1](https://github.com/PowerShell/DscResource.Template/blob/master/Tests/Integration/integration_test_template.ps1)**:
392392
Use to create a set of Integration Pester tests for a single DSC Resource.
393393
- **[Integration_Config_Template.ps1](https://github.com/PowerShell/DscResource.Template/blob/master/Tests/Integration/integration_test_template.config.ps1)**:
394394
Use to create a DSC Configuration file for a single DSC Resource. Used in
@@ -398,15 +398,16 @@ The resource files are:
398398

399399
To see examples of the Unit/Integration tests in practice, see the NetworkingDsc
400400
MSFT_Firewall resource:
401-
[Unit Tests](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Unit/MSFT_Firewall.Tests.ps1)
402-
[Integration Tests](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Integration/MSFT_Firewall.Integration.Tests.ps1)
403-
[Resource DSC Configuration](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Integration/MSFT_Firewall_add.config.ps1)
401+
402+
- [Unit Tests](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Unit/MSFT_Firewall.Tests.ps1)
403+
- [Integration Tests](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Integration/MSFT_Firewall.Integration.Tests.ps1)
404+
- [Resource DSC Configuration](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Integration/MSFT_Firewall_add.config.ps1)
404405

405406
## Example Usage of DSCResource.Tests in AppVeyor.yml
406407

407408
To automatically download and install the DscResource.Tests in an AppVeyor.yml
408409
file, please see the following sample AppVeyor.yml.
409-
[https://github.com/PowerShell/DscResources/blob/master/DscResource.Template/appveyor.yml](https://github.com/PowerShell/DscResources/blob/master/DscResource.Template/appveyor.yml)
410+
[https://github.com/PowerShell/DscResource.Template/blob/master/appveyor.yml](https://github.com/PowerShell/DscResource.Template/blob/master/appveyor.yml)
410411

411412
## AppVeyor Module
412413

@@ -434,13 +435,14 @@ This module provides functions for building and testing DSC Resources in AppVeyo
434435
- **Invoke-AppVeyorDeployTask**: This task is used to perform the following tasks.
435436
It should be called under the deploy AppVeyor phase (the `deploy_script:`
436437
keyword in the *appveyor.yml*).
437-
- [Publish examples to PowerShell Gallery](#publish-examples-to-powershell-gallery)).
438+
- [Publish examples to PowerShell Gallery](#publish-examples-to-powershell-gallery)
439+
- [Publish Wiki Content](#publish-wiki-content)
438440

439441
### Using AppVeyor.psm1 with the default shared model
440442

441443
For an example of a AppVeyor.yml file for using the default shared model with a
442444
resource module, see the
443-
[DscResource.Template appveyor.yml](https://github.com/PowerShell/DscResources/blob/master/DscResource.Template/appveyor.yml).
445+
[DscResource.Template appveyor.yml](https://github.com/PowerShell/DscResource.Template/blob/master/appveyor.yml).
444446

445447
### Using AppVeyor.psm1 with harness model
446448

0 commit comments

Comments
 (0)