Skip to content

Commit 9cc98af

Browse files
committed
Fix the unavailable of plugin list test tools issue
Close #46
1 parent 105875e commit 9cc98af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/plugins.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ Any plugin is welcome to join in the list.
9494

9595
For testing your plugin for listing, installation, removal and update under
9696
Plugin Admin, you need Notepad++ binary in debug mode
97-
[32-bit](https://notepad-plus-plus.org/pluginListTestTools/notepad++.debug.x86.zip)
98-
or [64-bit](https://notepad-plus-plus.org/pluginListTestTools/notepad++.debug.x64.zip),
97+
[32-bit](https://notepad-plus-plus.org/assets/pluginListTestTools/npp.debug.x32.zip)
98+
or [64-bit](https://notepad-plus-plus.org/assets/pluginListTestTools/npp.debug.x64.zip),
9999
the latest version of wingup
100-
[32-bit](https://notepad-plus-plus.org/pluginListTestTools/wingup.release.x32.zip)
100+
[32-bit](https://notepad-plus-plus.org/assets/pluginListTestTools/wingup.release.x32.zip)
101101
or
102-
[64-bit](https://notepad-plus-plus.org/pluginListTestTools/wingup.release.x64.zip)
102+
[64-bit](https://notepad-plus-plus.org/assets/pluginListTestTools/wingup.release.x64.zip)
103103
and nppPluginList.json (you should rename it from `pl.x64.json` or `pl.x86.json`,
104104
according your plugin's architecture). Replace `notepad++.exe` and `GUP.exe` of your
105105
Notepad++ installation by downloaded ones, copy `pl.x64.json` or `pl.x86.json` to

0 commit comments

Comments
 (0)