Skip to content

Commit

Permalink
win,msi: Fix documentation shortcut url
Browse files Browse the repository at this point in the history
Fixes: #2779
  • Loading branch information
mscdex committed Sep 9, 2015
1 parent f442904 commit 4b0439c
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/docs/v$(var.FullVersion)/api/"
Type="url"/>
</Component>
</DirectoryRef>
Expand Down

0 comments on commit 4b0439c

Please sign in to comment.