Skip to content

Commit 835ff19

Browse files
authored
Merge pull request rails#47998 from p8/guides/index-headings
Fix headings in guides index [ci-skip]
2 parents 9b0c816 + 4fc9f62 commit 835ff19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/source/_welcome.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2>Ruby on Rails Guides (<%= @edge ? @edge[0, 7] : @version %>)</h2>
1+
<h1>Ruby on Rails Guides (<%= @edge ? @edge[0, 7] : @version %>)</h1>
22

33
<% if @edge %>
44
<p>

guides/source/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<% end %>
1919

2020
<% documents_by_section.each do |section| %>
21-
<h3><%= section['name'] %></h3>
21+
<h2><%= section['name'] %></h2>
2222
<dl>
2323
<% section['documents'].each do |document| %>
2424
<%= guide(document['name'], document['url'], work_in_progress: document['work_in_progress']) do %>

0 commit comments

Comments
 (0)