Skip to content

Commit

Permalink
Update links to dsccommunity.org (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-hughes authored Oct 5, 2024
1 parent bb13e26 commit 398fae8
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 49 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update build files to allow everything to work
- Update build files to include tasks for deploy
- Update pipeline to use the correct default branch
- Update references to dsccommunity fixes [#12](https://github.com/dsccommunity/DscResource.AnalyzerRules/issues/12)
and [#9](https://github.com/dsccommunity/DscResource.AnalyzerRules/issues/9).
- `DscResource.AnalyzerRules.psd1`
- `CONTRIBUTING.md`
- `Get-LocalizedData.Tests.ps1`

## [0.2.0] - 2019-11-21

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ change helps make the DSC resources even better for everyone to use.
## Common contribution guidelines

This resource module follow all of the common contribution guidelines for
DSC resource modules [outlined in DscResources repository](https://github.com/PowerShell/DscResources/blob/master/CONTRIBUTING.md),
DSC resource modules [outlined in DscResources repository](https://dsccommunity.org/guidelines/contributing/),
so please review these as a baseline for contributing.

## Specific guidelines for this resource module
Expand Down Expand Up @@ -74,7 +74,7 @@ be placed in the resource module file [DscResource.Common](/Modules/DscResource.

### Localization

Please see the localization section in the [style guideline](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#localization).
Please see the localization section in the [style guideline](https://dsccommunity.org/styleguidelines/localization/).
The helper functions is found in the module [DscResource.LocalizationHelper](/Modules/DscResource.LocalizationHelper/DscResource.LocalizationHelper.psm1).

### Unit tests
Expand Down Expand Up @@ -134,7 +134,7 @@ Invoke-Pester .\DSCResource.Tests\Meta.Tests.ps1
Integration tests should be written for resources so they can be validated by
the automated test framework which is run in AppVeyor when commits are pushed
to a Pull Request (PR).
Please see the [Testing Guidelines](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md)
Please see the [Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines/)
for common DSC Resource Kit testing guidelines.
There are also configurations made by existing integration tests that can be reused
to write integration tests for other resources. This is documented in the
Expand Down
Loading

0 comments on commit 398fae8

Please sign in to comment.