Skip to content

Commit c0dee88

Browse files
committed
Update GitHub link in Footer component
1 parent 501936e commit c0dee88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Footer = ({ withSidebar }) => {
2020
<div className={classnames(grid.col, css.socialmediaWrapper)}>
2121
<ul>
2222
<li>
23-
<a href={'http://github.com/processing/processing4/'} target="_blank" rel="noreferrer">GitHub</a>
23+
<a href={'http://github.com/processing/'} target="_blank" rel="noreferrer">GitHub</a>
2424
</li>
2525
<li>
2626
<a href={'https://mastodon.social/@processing/'} target="_blank" rel="noreferrer">Mastodon</a>

0 commit comments

Comments
 (0)