From 1f4888dd6eec36f197bd9cdaf41dd1c1bec232cf Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Sat, 12 Jan 2019 18:25:00 +1300 Subject: [PATCH] Clean up README.MD links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e985010..bb55002 100644 --- a/README.md +++ b/README.md @@ -597,9 +597,9 @@ The following parameters will be the same for each process in the set: * Fixed style guideline violations in `CommonResourceHelper.psm1`. * Updated 'appveyor.yml' to meet more recent standards. * Removed OS image version from 'appveyor.yml' to use default image - ([Issue #127](https://github.com/PowerShell/PSDscResources/issues/127). + ([Issue #127](https://github.com/PowerShell/PSDscResources/issues/127)). * Removed code to install WMF5.1 from 'appveyor.yml' because it is already - installed in AppVeyor images ([Issue #128](https://github.com/PowerShell/PSDscResources/issues/128). + installed in AppVeyor images ([Issue #128](https://github.com/PowerShell/PSDscResources/issues/128)). * Removed .vscode from .gitignore so that Visual Studio code environment settings can be committed.