From ab8cb95d34764ad4b9eab26898cb3f08e179616e Mon Sep 17 00:00:00 2001 From: SeongHoon Ryu <4997174+ryush00@users.noreply.github.com> Date: Sat, 8 Feb 2025 01:19:45 +0900 Subject: [PATCH] Fix top bar links - Fixed broken blog link - Updated http to https --- app/views/layouts/_top_bar_content.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/_top_bar_content.html.erb b/app/views/layouts/_top_bar_content.html.erb index 1fc24046..29c32171 100644 --- a/app/views/layouts/_top_bar_content.html.erb +++ b/app/views/layouts/_top_bar_content.html.erb @@ -5,9 +5,9 @@ rubyonrails.org: -
  • Blog
  • -
  • Guides
  • -
  • API
  • -
  • Ask for help
  • +
  • Blog
  • +
  • Guides
  • +
  • API
  • +
  • Ask for help
  • Contribute on GitHub