Skip to content

Commit

Permalink
docs: fix broken charts links (carbon-design-system#3917)
Browse files Browse the repository at this point in the history
* Update index.mdx

* Update src/pages/data-visualization/chart-types/index.mdx

Co-authored-by: Anna Gonzales <anna.gonzales3@gmail.com>

---------

Co-authored-by: Anna Gonzales <anna.gonzales3@gmail.com>
  • Loading branch information
laurenmrice and aagonzales authored Feb 19, 2024
1 parent 5ae7e7f commit 798911b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/pages/data-visualization/chart-types/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm>
<OverviewCard
title="Tree map"
href="/data-visualization/complex-charts#tree-maps"
href="/data-visualization/spatial-charts/#tree-maps"
>

![GATSBY_EMPTY_ALT](images/treemap.svg)
Expand All @@ -241,7 +241,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm>
<OverviewCard
title="Circle pack"
href="/data-visualization/complex-charts#circle-packs"
href="/data-visualization/spatial-charts/#circle-packs"
>

![GATSBY_EMPTY_ALT](images/circle-pack.svg)
Expand All @@ -267,7 +267,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm >
<OverviewCard
title="Heat map"
href="/data-visualization/complex-charts#heat-maps"
href="/data-visualization/spatial-charts/#heat-maps"
>

![GATSBY_EMPTY_ALT](images/heatmap.svg)
Expand All @@ -277,7 +277,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm >
<OverviewCard
title="Parallel coordinates"
href="/data-visualization/complex-charts#parallel-coordinates"
href="/data-visualization/flow-charts/#parallel-coordinates"
tag="Design only"
>

Expand All @@ -293,7 +293,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm >
<OverviewCard
title="Alluvial diagram"
href="/data-visualization/complex-charts#alluvialsankey-diagrams"
href="/data-visualization/flow-charts/#alluvialsankey-diagrams"
>

![GATSBY_EMPTY_ALT](images/alluvial.svg)
Expand All @@ -304,7 +304,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm >
<OverviewCard
title="Network diagram"
href="/data-visualization/complex-charts#network-diagrams"
href="/data-visualization/flow-charts/#network-diagrams"
>

![GATSBY_EMPTY_ALT](images/network-diagram.svg)
Expand All @@ -315,7 +315,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm >
<OverviewCard
title="Tree diagram"
href="/data-visualization/complex-charts#tree-diagrams"
href="/data-visualization/flow-charts/#tree-diagrams"
>

![GATSBY_EMPTY_ALT](images/treediagram.svg)
Expand All @@ -330,7 +330,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm >
<OverviewCard
title="Choropleth map"
href="/data-visualization/complex-charts#geographic-overlays"
href="/data-visualization/spatial-charts/#geospatial-charts"
tag="Design only"
>

Expand All @@ -341,7 +341,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm >
<OverviewCard
title="Proportional symbol"
href="/data-visualization/complex-charts#proportional-symbol-map"
href="/data-visualization/spatial-charts/#proportional-symbol-map"
tag="Design only"
>

Expand All @@ -351,8 +351,8 @@ appropriate chart type.
</Column>
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm >
<OverviewCard
title="Connecting lines"
href="/data-visualization/complex-charts#connection-map"
title="Connection map"
href="/data-visualization/spatial-charts/#connection-map"
tag="Design only"
>

Expand Down

0 comments on commit 798911b

Please sign in to comment.