diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6efc4..ad17ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,18 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md) ## [Unreleased] +### Changed + +- FailoverClusterDsc + - URLs in module manifest now points to the renamed repository. + ## [2.1.0] - 2022-06-19 ### Added - New Resource - ClusterIPAddress - - Adds an IP address to the cluster. + - Adds an IP address to the cluster. ### Changed diff --git a/source/FailoverClusterDsc.psd1 b/source/FailoverClusterDsc.psd1 index 8d3430b..1ebfd72 100644 --- a/source/FailoverClusterDsc.psd1 +++ b/source/FailoverClusterDsc.psd1 @@ -38,10 +38,10 @@ Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource') # A URL to the license for this module. - LicenseUri = 'https://github.com/dsccommunity/xFailOverCluster/blob/main/LICENSE' + LicenseUri = 'https://github.com/dsccommunity/FailOverClusterDsc/blob/main/LICENSE' # A URL to the main website for this project. - ProjectUri = 'https://github.com/dsccommunity/xFailOverCluster' + ProjectUri = 'https://github.com/dsccommunity/FailOverClusterDsc' # A URL to an icon representing this module. IconUri = 'https://dsccommunity.org/images/DSC_Logo_300p.png'