Skip to content

Commit

Permalink
renaming About and Download
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Sep 12, 2024
1 parent 050f26f commit 31f7557
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions docs/gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@ module.exports = {
},
{
title: 'About',
url: '/about/license',
url: '/About/license',
items: [
{
title: 'Acknowledgements',
url: '/about/acknowledgements',
url: '/About/acknowledgements',
},
{
title: 'License and Source Code',
url: '/about/license',
url: '/About/license',
},
],
},
{
title: 'Download',
url: '/download/install',
url: '/Download/install',
items: [
{
title: 'Install',
url: '/download/install',
url: '/Download/install',
},
{
title: 'Questions, Feature Requests and Bugs',
url: '/download/known-bugs',
url: '/Download/known-bugs',
},
],
},
Expand Down

0 comments on commit 31f7557

Please sign in to comment.