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 <[email protected]>
  • Loading branch information
mscdex authored and rvagg committed Sep 11, 2015
1 parent 432cce6 commit e035266
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 @@ -244,7 +244,7 @@
Type="url"/>
<util:InternetShortcut Id="DocsShortcut"
Name="Node.js documentation"
Target="https://nodejs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/doc/api/"
Target="https://nodejs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/docs/api/"
Type="url"/>
</Component>
</DirectoryRef>
Expand Down

0 comments on commit e035266

Please sign in to comment.