win,msi: fix documentation shortcut url · nodejs/node@e035266

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit e035266

mscdexrvagg

authored and

committed

win,msi: fix documentation shortcut url

Fixes: #2779 PR-URL: #2781 Reviewed-By: Rod Vagg <rod@vagg.org>

1 parent 432cce6 commit e035266

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -244,7 +244,7 @@

244244

Type="url"/>

245245

<util:InternetShortcut Id="DocsShortcut"

246246

Name="Node.js documentation"

247-

Target="https://nodejs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/doc/api/"

247+

Target="https://nodejs.org/download/$(var.DistTypeDir)/v$(var.FullVersion)/docs/api/"

248248

Type="url"/>

249249

</Component>

250250

</DirectoryRef>

0 commit comments

Comments

 (0)