Skip to content

Commit ef57af6

Browse files
reverted the files back to original and updated their index files again
1 parent e6290a4 commit ef57af6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/changelogs-stable-old/index.html.haml renamed to content/changelog-stable-old/index.html.haml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ actions:
1515
- archived_changelogs = site.changelogs[:lts].reverse.drop(25)
1616
- archived_changelogs.each do |release|
1717
%div
18-
= partial('../_partials/release-header.html.haml', :release => release, :url => 'changelogs-stable-old')
18+
= partial('../_partials/release-header.html.haml', :release => release, :url => 'changelog-stable-old')
1919
- if release.changes
2020
%div.app-releases__list__items
2121
= partial('../_partials/changelog-changes.html.haml', :changes => release.changes)
@@ -24,5 +24,5 @@ actions:
2424

2525
.app-banner
2626
This is the changelog archive. The changelog for recent releases can be found
27-
%a{:href => '/changelogs-stable/'}
27+
%a{:href => '/changelog-stable/'}
2828
in the main LTS changelog page.

content/changelogs-stable/index.html.haml renamed to content/changelog-stable/index.html.haml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ actions:
1616
- recent_changelogs.each do |release|
1717
- if Gem::Version.new(release.version) <= Gem::Version.new(site.jenkins.stable)
1818
%div
19-
= partial('../_partials/release-header.html.haml', :release => release, :url => 'changelogs-stable')
19+
= partial('../_partials/release-header.html.haml', :release => release, :url => 'changelog-stable')
2020
- if release.changes && release.lts_changes && release.lts_baseline
2121
.app-releases__notable-changes{:style => "margin-top: 15px"}
2222
= "Changes since #{release.lts_baseline}"
@@ -33,5 +33,5 @@ actions:
3333

3434
.app-banner
3535
The changelog of historical releases can be found
36-
%a{:href => '/changelogs-stable-old/'}
36+
%a{:href => '/changelog-stable-old/'}
3737
in the LTS changelog archive.

0 commit comments

Comments
 (0)