We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501936e commit c0dee88Copy full SHA for c0dee88
1 file changed
src/components/Footer.js
@@ -20,7 +20,7 @@ const Footer = ({ withSidebar }) => {
20
<div className={classnames(grid.col, css.socialmediaWrapper)}>
21
<ul>
22
<li>
23
- <a href={'http://github.com/processing/processing4/'} target="_blank" rel="noreferrer">GitHub</a>
+ <a href={'http://github.com/processing/'} target="_blank" rel="noreferrer">GitHub</a>
24
</li>
25
26
<a href={'https://mastodon.social/@processing/'} target="_blank" rel="noreferrer">Mastodon</a>
0 commit comments