Skip to content

Commit

Permalink
chore: use main branch in contribution guide (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Feb 10, 2023
1 parent b4cada9 commit c4e8c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Make sure that you provide the correct metadata information in the `.psd1` file:
PrivateData = @{
PSData = @{
Tags = 'Azure','DevOps', 'Arcus'
LicenseUri = 'https://github.com/arcus-azure/arcus.scripting/blob/master/LICENSE'
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/master/media/arcus.png'
ReleaseNotes = 'https://github.com/arcus-azure/arcus.scripting/releases/tag/v#{Package.Version}#'
Expand Down

0 comments on commit c4e8c29

Please sign in to comment.