Skip to content

Commit ac4b637

Browse files
committed
Update WindowsPerf install guides for new location.
1 parent 5249fb5 commit ac4b637

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

content/install-guides/windows-perf-vs-extension.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cascade:
88

99
minutes_to_complete: 10
1010

11-
official_docs: https://github.com/arm-developer-tools/windowsperf-vs-extension
11+
official_docs: https://gitlab.com/Linaro/WindowsPerf/vs-extension
1212

1313
author: Nader Zouaoui
1414

@@ -71,11 +71,11 @@ To install the WindowsPerf Visual Studio Extension from Visual Studio:
7171

7272
![WindowsPerf install page #center](/install_guides/_images/wperf-vs-extension-install-page.png)
7373

74-
### Installation from GitHub
74+
### Installation from GitLab
7575

76-
You can also install the WindowsPerf Visual Studio Extension from GitHub.
76+
You can also install the WindowsPerf Visual Studio Extension from GitLab.
7777

78-
Download the installation file directly from the [GitHub release page](https://github.com/arm-developer-tools/windowsperf-vs-extension/releases).
78+
Download the installation file directly from the [release page](https://gitlab.com/Linaro/WindowsPerf/vs-extension/-/releases).
7979

8080
Unzip the downloaded file and double click on the `WindowsPerfGUI.vsix` file.
8181

@@ -85,7 +85,7 @@ Make sure that any previous version of the extension is uninstalled and that Vis
8585

8686
### Build from source
8787

88-
To build the source code, clone [the repository](https://github.com/arm-developer-tools/windowsperf-vs-extension) and build the `WindowsPerfGUI` solution using the default configuration in Visual Studio.
88+
To build the source code, clone [the repository](https://gitlab.com/Linaro/WindowsPerf/vs-extension.git) and build the `WindowsPerfGUI` solution using the default configuration in Visual Studio.
8989

9090
Building the source is not required, but offered as an alternative installation method if you want to customize the extension.
9191

content/install-guides/windows-perf-wpa-plugin.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Windows Performance Analyzer (WPA) plugin
33

44
minutes_to_complete: 15
55

6-
official_docs: https://github.com/arm-developer-tools/windowsperf-wpa-plugin
6+
official_docs: https://gitlab.com/Linaro/WindowsPerf/wpa-plugin
77

88
author: Alaaeddine Chakroun
99

@@ -83,14 +83,14 @@ Close Windows Performance Analyzer.
8383

8484
You are now ready to install the WPA plugin, which is a single `.dll` file.
8585

86-
Download the `.zip` file from the [Windows Perf WPA plugin GitHub releases page](https://github.com/arm-developer-tools/windowsperf-wpa-plugin/releases) on GitHub.
86+
Download the `.zip` file from the [Windows Perf WPA plugin releases page](https://gitlab.com/Linaro/WindowsPerf/wpa-plugin/-/releases).
8787

8888
Alternatively, you can download the `.zip` file from a command prompt:
8989

9090
```console
9191
mkdir wpa-plugin
9292
cd wpa-plugin
93-
curl -L -O https://github.com/arm-developer-tools/windowsperf-wpa-plugin/releases/download/1.0.3/wpa-plugin-1.0.3.zip
93+
curl -L -O https://gitlab.com/api/v4/projects/50944937/packages/generic/wperf-wpa-plugin/1.0.3/wpa-plugin-1.0.3.zip
9494
```
9595

9696
Extract the `.dll` file from the downloaded `.zip` file.
@@ -140,4 +140,3 @@ wpa -addsearchdir %USERPROFILE%\Downloads\wpa-plugin-1.0.3 -i %USERPROFILE%\Down
140140
## How do I uninstall the WPA plugin?
141141

142142
To uninstall the plugin, simply delete the `WPAPlugin.dll` file.
143-

0 commit comments

Comments
 (0)