Skip to content

Commit

Permalink
Fix wiki links in readme.md (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolhome authored Jul 11, 2022
1 parent fb2e382 commit b8ea7cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
## [Unreleased]

### Changed
- Website
- Fixed Test-TargetResource in Website when LogTruncateSize parameter is passed. Fixes [Issue #380](https://github.com/dsccommunity/WebAdministrationDsc/issues/380)

### Changed

- xWebAdministration
- WebAdministrationDsc
- BREAKING CHANGE
- Renamed _xWebAdministration_ to _WebAdministrationDSC_ - fixes [Issue #69](https://github.com/dsccommunity/WebAdministrationDsc/issues/213).
- Changed all MSFT_xResourceName to DSC_ResourceName.
- Updated DSCResources, Examples, Modules and Tests for new naming.
- Updated README.md from _xWebAdministration_ to _WebAdministrationDSC_
- Removed deprecated resource `xIISHandler`
- Removed deprecated resource `xWebConfigKeyValue`
- Website
- Fixed Test-TargetResource in Website when LogTruncateSize parameter is
passed. Fixes [Issue #380](https://github.com/dsccommunity/WebAdministrationDsc/issues/380)

### Fixed

- WebAdministrationDsc
- Fixed URLs in README.md
- WebApplication
- Fixed typo in README.md.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A full list of changes in each version can be found in the [change log](CHANGELO

## Documentation

The documentation can be found in the [WebAdministration Wiki](https://github.com/dsccommunity/WebAdministration/wiki).
The documentation can be found in the [WebAdministration Wiki](https://github.com/dsccommunity/WebAdministrationDsc/wiki).
The DSC resources schema files is used to automatically update the
documentation on each PR merge.

Expand All @@ -39,7 +39,7 @@ documentation on each PR merge.
You can review the [Examples](/source/Examples) directory in the WebAdministration module
for some general use scenarios for all of the resources that are in the module.

The resource examples are also available in the [WebAdministration Wiki](https://github.com/dsccommunity/WebAdministration/wiki).
The resource examples are also available in the [WebAdministration Wiki](https://github.com/dsccommunity/WebAdministrationDsc/wiki).

## Installation

Expand Down

0 comments on commit b8ea7cb

Please sign in to comment.