You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/content/_includes/footer.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@
31
31
<aid="footer_logos_link" href="https://github.com/OpenLiberty/logos" target="_blank" rel="noopener" class="left_footer_link">{% t footer.logos %}</a>
32
32
</div>
33
33
<divid="footer_bottom_right_section">
34
-
<aid="footer_get_started_link" href="/start" aria-label="Open Liberty Docs" class="right_footer_link blue_link_light_background">{% t pages.start %}</a>
35
-
<aid="footer_guides_link" href="/guides" aria-label="Open Liberty Docs" class="right_footer_link blue_link_light_background">{% t pages.guides %}</a>
34
+
<aid="footer_get_started_link" href="/start" aria-label="Open Liberty Get Started" class="right_footer_link blue_link_light_background">{% t pages.start %}</a>
35
+
<aid="footer_guides_link" href="/guides" aria-label="Open Liberty Guides" class="right_footer_link blue_link_light_background">{% t pages.guides %}</a>
36
36
<aid="footer_docs_link" href="/docs" aria-label="Open Liberty Docs" class="right_footer_link blue_link_light_background">{% t pages.docs %}</a>
37
37
<aid="footer_support_link" href="/support" aria-label="Open Liberty Support" class="right_footer_link blue_link_light_background">{% t pages.support %}</a>
38
38
<aid="footer_blog_link" href="/blog" aria-label="Open Liberty Blog" class="right_footer_link blue_link_light_background">{% t pages.blog %}</a>
0 commit comments