Skip to content

Commit faa9aa3

Browse files
authored
Update URLs in module manifest (#277)
1 parent ab93da2 commit faa9aa3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- FailoverClusterDsc
13+
- URLs in module manifest now points to the renamed repository.
14+
1015
## [2.1.0] - 2022-06-19
1116

1217
### Added
1318

1419
- New Resource
1520
- ClusterIPAddress
16-
- Adds an IP address to the cluster.
21+
- Adds an IP address to the cluster.
1722

1823
### Changed
1924

source/FailoverClusterDsc.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource')
3939

4040
# A URL to the license for this module.
41-
LicenseUri = 'https://github.com/dsccommunity/xFailOverCluster/blob/main/LICENSE'
41+
LicenseUri = 'https://github.com/dsccommunity/FailOverClusterDsc/blob/main/LICENSE'
4242

4343
# A URL to the main website for this project.
44-
ProjectUri = 'https://github.com/dsccommunity/xFailOverCluster'
44+
ProjectUri = 'https://github.com/dsccommunity/FailOverClusterDsc'
4545

4646
# A URL to an icon representing this module.
4747
IconUri = 'https://dsccommunity.org/images/DSC_Logo_300p.png'

0 commit comments

Comments
 (0)