Skip to content

Commit

Permalink
win,msi: fix documentation shortcut url
Browse files Browse the repository at this point in the history
Fixes: #2779
PR-URL: #2781
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
mscdex authored and rvagg committed Sep 12, 2015
1 parent f3d5891 commit ac45ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/msvs/msi/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
Type="url"/>
<util:InternetShortcut Id="DocsShortcut"
Name="io.js documentation"
Target="https://iojs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/doc/api/"
Target="https://iojs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/docs/api/"
Type="url"/>
</Component>
</DirectoryRef>
Expand Down

0 comments on commit ac45ef9

Please sign in to comment.