Skip to content

Commit

Permalink
Merge pull request #286 from JosephBARBIERDARNAL/fix-link
Browse files Browse the repository at this point in the history
fix link bug from #277
  • Loading branch information
holtzy authored Mar 6, 2024
2 parents e25d252 + 48b8919 commit 79cc045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/notebooks/524-area-chart-over-flexible-baseline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@
"# Resize and save interactive plot as a standalone HTML file\n",
"fig.update_layout(width=800, height=480)\n",
"fig.write_html(\n",
" \"../../static/interactiveCharts/524-area-over-flexible-baseline.html\"\n",
" \"../../static/interactiveCharts/524-area-chart-over-flexible-baseline.html\"\n",
")"
]
},
Expand All @@ -2090,7 +2090,7 @@
],
"source": [
"%%html\n",
"<iframe src=\"../../interactiveCharts/524-area-over-flexible-baseline.html\" width=\"840\" height=\"504\" title=\"Area over flexible baseline\" style=\"border:none\"></iframe>"
"<iframe src=\"../../interactiveCharts/524-area-chart-over-flexible-baseline.html\" width=\"840\" height=\"504\" title=\"Area over flexible baseline\" style=\"border:none\"></iframe>"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/pages/timeseries.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default function Pie() {
<Link to="/web-lollipop-plot-with-python-the-office">second</Link>{' '}
shows how to use lollipop to display the evolution of a deviation
around a trend. The{' '}
<Link to="/524-area-over-flexible-baseline">last one</Link> shows how
<Link to="/524-area-chart-over-flexible-baseline">last one</Link> shows how
to use an area over a flexible baseline to display the deviation
around a historical reference period.
</p>
Expand Down Expand Up @@ -240,7 +240,7 @@ export default function Pie() {
<ChartImageContainer
imgName="524-area-over-flexible-baseline_square"
caption="Learn how to how to build an area over flexible baseline chart to show deviations from a reference or baseline."
linkTo="/524-area-over-flexible-baseline"
linkTo="/524-area-chart-over-flexible-baseline"
/>
</Row>
</Container>
Expand Down

0 comments on commit 79cc045

Please sign in to comment.