Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/gsoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ function gsoc() {
<p> </p>
&nbsp;

<h2><a href="gsoc_ideas">Project Ideas</a></h2>
<h2><a href="/gsoc_ideas/">Project Ideas</a></h2>

Ecosystem science has many components, so does PEcAn! Some Project ideas can be found here on our <a href="gsoc_ideas.html">project ideas list.</a>
Ecosystem science has many components, so does PEcAn! Some Project ideas can be found here on our <a href="/gsoc_ideas/">project ideas list.</a>

<p>&nbsp;</p>

Expand All @@ -48,7 +48,7 @@ function gsoc() {
<p>&nbsp;</p>

<ul>
<li>Choose a project from our <a href="gsoc_ideas.html">project ideas list</a> or come up with your own.</li>
<li>Choose a project from our <a href="/gsoc_ideas/">project ideas list</a> or come up with your own.</li>
<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>
<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>
</ul>
Expand Down