diff --git a/content/_index.md b/content/_index.md index a41a3cb..cfec317 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,8 +11,8 @@ width: full {{< cards >}} -{{< card link="/dse-nps-landing-page/about" title="About" image="/static/about.png" subtitle="About this tool" >}} -{{< card link="/dse-nps-landing-page/about/how_to" title="How To" image="/static/how_to.png" subtitle="How to get started" >}} -{{< card link="/dse-nps-landing-page/upload" title="Upload" image="/static/upload.png" subtitle="Upload a fire perimeter" >}} +{{< card link="/about" title="About" image="/static/about.png" subtitle="About this tool" >}} +{{< card link="/about/how_to" title="How To" image="/static/how_to.png" subtitle="How to get started" >}} +{{< card link="/upload" title="Upload" image="/static/upload.png" subtitle="Upload a fire perimeter" >}} {{< /cards >}} diff --git a/content/about/_index.md b/content/about/_index.md index 1065c71..7065048 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -10,8 +10,8 @@ The core of this collaboration comes from a need to better understand the severi This tool uses publicly available satellite imagery (currently, the European Space Agency's _Sentinel 2_ imagery) to estimate fire severity metrics on-demand. {{< cards >}} -{{< card link="/dse-nps-landing-page/about/how_to/" title="How To" subtitle="How to get started using the tool, using a fire perimeter and date range" icon="map" >}} -{{< card link="/dse-nps-landing-page/about/methodology/" title="Methodology" subtitle="Underlying methodology and assumptions for disturbance severity metrics used within the tool" icon="academic-cap" >}} -{{< card link="/dse-nps-landing-page/about/dev_notes/" title="Developer Notes" subtitle="Development notes regarding known issues with the tool" icon="code" >}} -{{< card link="/dse-nps-landing-page/about/key_references/" title="Key References" subtitle="Key publications, whitepapers, and articles that informed the tool's methodological approach" icon="library" >}} +{{< card link="/about/how_to/" title="How To" subtitle="How to get started using the tool, using a fire perimeter and date range" icon="map" >}} +{{< card link="/about/methodology/" title="Methodology" subtitle="Underlying methodology and assumptions for disturbance severity metrics used within the tool" icon="academic-cap" >}} +{{< card link="/about/dev_notes/" title="Developer Notes" subtitle="Development notes regarding known issues with the tool" icon="code" >}} +{{< card link="/about/key_references/" title="Key References" subtitle="Key publications, whitepapers, and articles that informed the tool's methodological approach" icon="library" >}} {{< /cards >}}