From 0c498aec573fe27a8e353c0269057e8a85b39ab4 Mon Sep 17 00:00:00 2001 From: Chloe Liang Date: Sat, 19 Oct 2024 11:20:29 +0800 Subject: [PATCH] Fix broken link in what.html.erb Fix the link on `Discover how to make your Open Source journey approachable and sustainable`. --- app/views/pages/what.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pages/what.html.erb b/app/views/pages/what.html.erb index a1e8d21d3..0db47e173 100644 --- a/app/views/pages/what.html.erb +++ b/app/views/pages/what.html.erb @@ -82,7 +82,7 @@ CodeTriage is all about helping people get started and get more involved in Open Source. The service is a volunteer (and Open Source) effort. A huge thank you to all our contributors!. If you have ideas for tools that can help people make impactful contributions to open source please let us know with an issue.

- If you're not a <%= link_to "CodeTriage member already", user_github_omniauth_authorize_path, method: :post %>, what are you waiting for? <%= link_to "Discover how to make your Open Source journey approachable and sustainable", user_github_omniauth_authorize_path %>. Get started! + If you're not a <%= link_to "CodeTriage member already", user_github_omniauth_authorize_path, method: :post %>, what are you waiting for? <%= link_to "Discover how to make your Open Source journey approachable and sustainable", user_github_omniauth_authorize_path, method: :post %>. Get started!