Skip to content

Commit de9cb6a

Browse files
authored
Update wiki link in Navbar component
1 parent bf87bc3 commit de9cb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const items = [
3131
{ name: 'environment', href: '/environment' },
3232
{ name: 'libraries', href: '/reference/libraries' },
3333
{ name: 'tools', href: '/reference/tools' },
34-
{ name: 'wiki', href: 'https://github.com/processing/processing4/wiki' }
34+
{ name: 'wiki', href: 'https://wiki.processing.org' }
3535
]
3636
},
3737
{

0 commit comments

Comments
 (0)