Skip to content

Commit 16d43ef

Browse files
feat: redirects changelog page to github releases (#2136)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
1 parent c03947b commit 16d43ef

13 files changed

Lines changed: 14 additions & 6212 deletions

File tree

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
</a>
207207
</li>
208208
<li>
209-
<a href="/{{ page.lang }}/changelog">
209+
<a href="https://github.com/expressjs/express/releases">
210210
{{ site.data[page.lang].menu.changelog }}
211211
</a>
212212
</li>
@@ -248,4 +248,4 @@
248248
</button>
249249
{% include language-picker.html %}
250250
</div>
251-
</header>
251+
</header>

crowdin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ files:
22
- source: /en/**/*.*
33
ignore:
44
- /en/blog/**/*.*
5+
- /**/changelog/index.md
56
translation: /%two_letters_code%/**/%original_file_name%
67
- source: /_data/en/**/*.*
78
translation: /_data/%two_letters_code%/**/%original_file_name%

0 commit comments

Comments
 (0)