Skip to content

Commit e035266

Browse files
mscdexrvagg
authored andcommitted
win,msi: fix documentation shortcut url
Fixes: #2779 PR-URL: #2781 Reviewed-By: Rod Vagg <[email protected]>
1 parent 432cce6 commit e035266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/msi/product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
Type="url"/>
245245
<util:InternetShortcut Id="DocsShortcut"
246246
Name="Node.js documentation"
247-
Target="https://nodejs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/doc/api/"
247+
Target="https://nodejs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/docs/api/"
248248
Type="url"/>
249249
</Component>
250250
</DirectoryRef>

0 commit comments

Comments
 (0)