Skip to content

Commit 562da2d

Browse files
committed
fix outdated p5 website links
1 parent 62261f0 commit 562da2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/modules/IDE/components/About.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function About(props) {
6363
</p>
6464
<p className="about__content-column-list">
6565
<a
66-
href="https://p5js.org/learn/"
66+
href="https://p5js.org/tutorials/"
6767
target="_blank"
6868
rel="noopener noreferrer"
6969
>
@@ -164,7 +164,7 @@ function About(props) {
164164
</p>
165165
<p className="about__content-column-list">
166166
<a
167-
href="https://p5js.org/download/support.html"
167+
href="https://p5js.org/donate/"
168168
target="_blank"
169169
rel="noopener noreferrer"
170170
>

0 commit comments

Comments
 (0)