Skip to content

Commit ad88fe3

Browse files
sxa555XhmikosR
authored andcommitted
Allow LTS and 'Other downloads' link to work locally (#2869)
* Allow LTS and 'Other downloads' link to work locally Signed-off-by: Stewart Addison <sxa@uk.ibm.com>
1 parent 741290a commit ad88fe3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

layouts/index.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<ul class="list-divider-pipe home-secondary-links">
3131
<li>
32-
<a href="https://nodejs.org/{{site.locale}}/download/">{{ labels.other-downloads }}</a>
32+
<a href="/{{site.locale}}/download/">{{ labels.other-downloads }}</a>
3333
</li>
3434
<li>
3535
<a href="{{changeloglink project.latestVersions.lts.node}}">{{ labels.changelog }}</a>
@@ -52,7 +52,7 @@
5252

5353
<ul class="list-divider-pipe home-secondary-links">
5454
<li>
55-
<a href="https://nodejs.org/{{site.locale}}/download/current/">{{ labels.other-downloads }}</a>
55+
<a href="/{{site.locale}}/download/current/">{{ labels.other-downloads }}</a>
5656
</li>
5757
<li>
5858
<a href="{{changeloglink project.latestVersions.current.node}}">{{ labels.changelog }}</a>
@@ -66,7 +66,7 @@
6666
{{/unless}}
6767
{{/if}}
6868
<p>
69-
{{{ labels.version-schedule-prompt }}} <a href="https://nodejs.org/{{site.locale}}/about/releases/">{{ labels.version-schedule-prompt-link-text }}</a>
69+
{{{ labels.version-schedule-prompt }}} <a href="/{{site.locale}}/about/releases/">{{ labels.version-schedule-prompt-link-text }}</a>
7070
</p>
7171
{{#if labels.newsletter }}
7272
<p>

0 commit comments

Comments
 (0)