Skip to content

Commit da955fb

Browse files
committed
win,msi: correct doc website link
1 parent d7cbceb commit da955fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/msi/product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
Type="url"/>
226226
<util:InternetShortcut Id="DocsShortcut"
227227
Name="io.js documentation"
228-
Target="https://iojs.org/dist/v$(var.ProductVersion)/docs/api/"
228+
Target="https://iojs.org/dist/v$(var.ProductVersion)/doc/api/"
229229
Type="url"/>
230230
</Component>
231231
</DirectoryRef>

0 commit comments

Comments
 (0)