We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cada9 commit c4e8c29Copy full SHA for c4e8c29
1 file changed
CONTRIBUTING.md
@@ -122,7 +122,7 @@ Make sure that you provide the correct metadata information in the `.psd1` file:
122
PrivateData = @{
123
PSData = @{
124
Tags = 'Azure','DevOps', 'Arcus'
125
- LicenseUri = 'https://github.com/arcus-azure/arcus.scripting/blob/master/LICENSE'
+ LicenseUri = 'https://github.com/arcus-azure/arcus.scripting/blob/main/LICENSE'
126
ProjectUri = 'https://github.com/arcus-azure/arcus.scripting'
127
IconUri = 'https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png'
128
ReleaseNotes = 'https://github.com/arcus-azure/arcus.scripting/releases/tag/v#{Package.Version}#'
0 commit comments