Skip to content

Commit 93ff092

Browse files
Copilotdlebauer
andauthored
Use @docusaurus/Link for internal /gsoc_ideas/ navigation links
Agent-Logs-Url: https://github.com/PecanProject/PecanProject.github.io/sessions/8e0f445e-29ce-468d-a38d-8b3127297e5b Co-authored-by: dlebauer <464871+dlebauer@users.noreply.github.com>
1 parent 86075ca commit 93ff092

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/gsoc.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from "react";
22
import Layout from "@theme/Layout";
3+
import Link from "@docusaurus/Link";
34
import styles from "./about.module.css";
45
import clsx from "clsx";
56

@@ -31,13 +32,13 @@ function gsoc() {
3132
<p>&nbsp;</p>
3233

3334
<h2>
34-
<a href="/gsoc_ideas/">Project Ideas</a>
35+
<Link to="/gsoc_ideas/">Project Ideas</Link>
3536
</h2>
3637

3738
<p>
3839
Ecosystem science has many components, so does PEcAn. Some project
3940
ideas can be found on our{" "}
40-
<a href="/gsoc_ideas/">project ideas list</a>.
41+
<Link to="/gsoc_ideas/">project ideas list</Link>.
4142
Contributors are also welcome to develop new ideas with feedback from
4243
the community.
4344
</p>
@@ -75,7 +76,7 @@ function gsoc() {
7576
</a>.
7677
</li>
7778
<li>
78-
Review our <a href="/gsoc_ideas/">project ideas list</a> and
79+
Review our <Link to="/gsoc_ideas/">project ideas list</Link> and
7980
identify one or two ideas that interest you.
8081
</li>
8182
<li>

0 commit comments

Comments
 (0)