Skip to content

Commit 99dddf9

Browse files
committed
fix link
1 parent 9538f0b commit 99dddf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/heatmap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default function Heatmap() {
183183
the evolution of a temperature is displayed over the hour of the day (Y axis) and the day of the year (X axis) organized by month.
184184
</p>
185185
<div style={{ maxWidth: "800px", margin: "0 auto", padding: 30 }}>
186-
<Link to='/heatmap-for-timeseries-matplotlib-square'>
186+
<Link to='/heatmap-for-timeseries-matplotlib'>
187187
<ChartImage imgName={'heatmap-for-timeseries-matplotlib'} caption={'A heatmap for temporal data with Python and Matplotlib'} />
188188
</Link>
189189
</div>

src/pages/timeseries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default function Pie() {
132132
the evolution of a temperature is displayed over the hour of the day (Y axis) and the day of the year (X axis) organized by month.
133133
</p>
134134
<div style={{ maxWidth: "800px", margin: "0 auto", padding: 30 }}>
135-
<Link to='/heatmap-for-timeseries-matplotlib-square'>
135+
<Link to='/heatmap-for-timeseries-matplotlib'>
136136
<ChartImage imgName={'heatmap-for-timeseries-matplotlib'} caption={'A heatmap for temporal data with Python and Matplotlib'} />
137137
</Link>
138138
</div>

0 commit comments

Comments
 (0)