From b9fc95bec0d9c7b9817c85d1a19c2458bc605f3d Mon Sep 17 00:00:00 2001 From: Philip Bailey Date: Tue, 11 Jun 2024 22:54:17 +0000 Subject: [PATCH] fix area proportion metric usage --- docs/content/page/software-help/project-tree.mdx | 2 +- docs/gatsby-config.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/page/software-help/project-tree.mdx b/docs/content/page/software-help/project-tree.mdx index 98829eb9..ba3bd4cc 100644 --- a/docs/content/page/software-help/project-tree.mdx +++ b/docs/content/page/software-help/project-tree.mdx @@ -51,4 +51,4 @@ The [Analyses](/software-help/analyses/) Node stores the projects analyses. This ## Basemaps -The Basemaps Node organizes all of the basemaps for the project. [Basemaps](/software-help/basemaps/) are used to provide context to the project and are typically used as a background layer for the project. \ No newline at end of file +The Basemaps Node organizes all of the basemaps for the project. [Basemaps](/software-help/basemaps/) are used to provide context to the project and are typically used as a background layer for the project. diff --git a/docs/gatsby-config.ts b/docs/gatsby-config.ts index 93960f09..8d92b1c2 100644 --- a/docs/gatsby-config.ts +++ b/docs/gatsby-config.ts @@ -118,7 +118,7 @@ module.exports = { items: [ { title: 'Stream Gage Tool', - url: '/software-help/stream-gage-explorer', + url: '/software-help/stream-gage-tool', }, { title: 'Watershed Catchments', @@ -130,7 +130,6 @@ module.exports = { }, { title: 'Technical Reference', - url: '/technical-reference/database', items: [ { title: 'Database',