Skip to content

Commit ac45ef9

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

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
@@ -248,7 +248,7 @@
248248
Type="url"/>
249249
<util:InternetShortcut Id="DocsShortcut"
250250
Name="io.js documentation"
251-
Target="https://iojs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/doc/api/"
251+
Target="https://iojs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/docs/api/"
252252
Type="url"/>
253253
</Component>
254254
</DirectoryRef>

0 commit comments

Comments
 (0)