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}#' } }