Skip to content

Commit 0ff3c6d

Browse files
committed
win,msi: fix documentation shortcut url
Fixes: #2779
1 parent f442904 commit 0ff3c6d

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/docs/v$(var.FullVersion)/api/"
248248
Type="url"/>
249249
</Component>
250250
</DirectoryRef>

0 commit comments

Comments
 (0)