Skip to content

Commit 9ba2924

Browse files
committed
fixed bug in Contributor Guidelines page
1 parent 0cf2896 commit 9ba2924

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/pages/gsoc.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function gsoc() {
2828

2929
<p>&nbsp;</p>
3030

31-
<h2><a href="gsoc_apply">How to apply?</a></h2>
31+
<h2><a href="#how-to-apply" onClick={(e) => e.preventDefault()}>How to apply?</a></h2>
3232

3333
There are two steps to the application process:
3434

@@ -49,15 +49,13 @@ function gsoc() {
4949

5050
<ul>
5151
<li>Choose a project from our <a href="gsoc_ideas.html">project ideas list</a> or come up with your own.</li>
52-
<li>Join the #gsoc-2023 channel in our slack workspace and introduce yourself</li>
52+
<li>Join the <a href="https://pecanproject.slack.com/archives/C0853U6GF71" target="_blank" rel="noopener noreferrer">#gsoc-2025</a> channel in our slack workspace and introduce yourself</li>
5353
<li>Send message to your project-specific mentors indicating that you are interested in their idea and how you plan to implement the idea</li>
5454
</ul>
5555

5656
<p>&nbsp;</p>
5757

58-
When talking to the mentors, use the following questions to introuduce yourself:
59-
60-
<p>&nbsp;</p>
58+
<h3>When talking to the mentors, use the following questions to introuduce yourself:</h3>
6159

6260
<ul>
6361
<li>What interests you most about our project?</li>

0 commit comments

Comments
 (0)