From b52c68dbd893dfcff77b7c3d75756a612b861588 Mon Sep 17 00:00:00 2001 From: Stijn Moreels <9039753+stijnmoreels@users.noreply.github.com> Date: Fri, 10 Feb 2023 11:41:11 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c692be4..9cc4b221 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,7 +124,7 @@ Make sure that you provide the correct metadata information in the `.psd1` file: Tags = 'Azure','DevOps', 'Arcus' LicenseUri = 'https://github.com/arcus-azure/arcus.scripting/blob/main/LICENSE' ProjectUri = 'https://github.com/arcus-azure/arcus.scripting' - IconUri = 'https://raw.githubusercontent.com/arcus-azure/arcus/main/media/arcus.png' + IconUri = 'https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png' ReleaseNotes = 'https://github.com/arcus-azure/arcus.scripting/releases/tag/v#{Package.Version}#' } }