Skip to content

Commit 4e22928

Browse files
committed
Fix broken link in about box
1 parent 24191bb commit 4e22928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/general/Dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const AboutContent = withStyles(styles)(({ classes }) => (
4646
Want to know more? Go to our
4747
{' '}
4848
<Link
49-
href="http://netpyne.org/about.html#what-is-netpyne"
49+
href="http://netpyne.org/"
5050
target="_blank"
5151
>
5252
website

0 commit comments

Comments
 (0)