Skip to content

Commit

Permalink
Fixing broken links in menus
Browse files Browse the repository at this point in the history
  • Loading branch information
joewheaton committed Feb 3, 2024
1 parent 0fc0050 commit 1bb4ffb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
],
},
{
title: 'Download',
title: 'Deploy',
url: '/download/install-qgis',
items: [
{
Expand All @@ -49,7 +49,7 @@ module.exports = {
},
{
title: 'Using Web Viewer',
url: '/download/web-viewer',
url: '/download/install-web',
},
{
title: 'Questions, Feature Requests & Bugs',
Expand Down Expand Up @@ -97,19 +97,19 @@ module.exports = {
},
{
title: 'ArcViewer Symbology',
url: '/technical-reference/symbology-arc',
url: '/technical-reference/symbology/symbology-arc',
},
{
title: 'QViewer Symbology',
url: '/technical-reference/symbology-qgis',
url: '/technical-reference/symbology/symbology-qgis',
},
{
title: 'Web Vector Symbology',
url: '/technical-reference/symbology-web-vectors',
url: '/technical-reference/symbology/symbology-web-vectors',
},
{
title: 'Web Raster Symbology',
url: '/technical-reference/symbology-web-rasters',
url: '/technical-reference/symbology/symbology-web-rasters',
}
]
}
Expand Down

0 comments on commit 1bb4ffb

Please sign in to comment.