Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update repo urls (#2)
Browse files Browse the repository at this point in the history
* chore: update repo urls

* chore: fix license url
  • Loading branch information
Alaaeddine-chakroun authored Oct 16, 2024
1 parent 56999e5 commit b71b7b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions WPAPlugin/WPAPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>1.0.2</FileVersion>
<Version>1.0.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions WPAPlugin/WperfProcessingSourceWithSourceParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public override ProcessingSourceInfo GetAboutInfo()
{
Name = "BSD 3-Clause License",
Text = "Please see the link for the full license text.",
Uri = "https://gitlab.com/Linaro/WindowsPerf/wpa-plugin/-/blob/main/LICENSE",
Uri = "https://github.com/arm-developer-tools/windowsperf-wpa-plugin/blob/main/LICENSE",
},
Owners = new[]
{
Expand All @@ -69,7 +69,7 @@ public override ProcessingSourceInfo GetAboutInfo()
},
ProjectInfo = new ProjectInfo
{
Uri = "https://gitlab.com/Linaro/WindowsPerf/wpa-plugin",
Uri = "https://github.com/arm-developer-tools/windowsperf-wpa-plugin",
},
};
}
Expand Down

0 comments on commit b71b7b6

Please sign in to comment.