File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
22import Layout from "@theme/Layout" ;
3+ import Link from "@docusaurus/Link" ;
34import styles from "./about.module.css" ;
45import clsx from "clsx" ;
56
@@ -31,13 +32,13 @@ function gsoc() {
3132 < p > </ 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 >
You can’t perform that action at this time.
0 commit comments