Skip to content

Commit 0c498ae

Browse files
authored
Fix broken link in what.html.erb
Fix the link on `Discover how to make your Open Source journey approachable and sustainable`.
1 parent 2f19341 commit 0c498ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/pages/what.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
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 <a href="https://github.com/codetriage/codetriage/graphs/contributors">all our contributors!</a>. If you have ideas for tools that can help people make impactful contributions to open source please let us know with an <a href="https://github.com/codetriage/codetriage/issues">issue</a>.
8383
</p>
8484
<p>
85-
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!
85+
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!
8686
</p>
8787
<br />
8888
<center>

0 commit comments

Comments
 (0)