Skip to content

Commit 5eed8cf

Browse files
authored
Update content.md with the correct link this time! (exercism#3588)
1 parent e602bcb commit 5eed8cf

File tree

1 file changed

+1
-1
lines changed
  • exercises/practice/leap/.articles/performance

1 file changed

+1
-1
lines changed

exercises/practice/leap/.articles/performance/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All methods are "fast", but the difference may be easier to see graphically.
1919
**Note**: The y-axis values in the chart have a `1e-7` multiplier.
2020
All run times are sub-microsecond.
2121

22-
<img src="https://github.com/exercism/images/blob/main/images/tracks/python/leap/leap_timeit_bar_plot-light.svg" alt="Grouped Bar Chart showing execution timings for 4 leap approaches using the years 1900, 200, 2019, and 202 as input data. Described under the heading Timings for approaches by input year.">
22+
<img src="https://assets.exercism.org/images/tracks/python/leap/leap_timeit_bar_plot-light.svg" alt="Grouped Bar Chart showing execution timings for 4 leap approaches using the years 1900, 200, 2019, and 202 as input data. Described under the heading Timings for approaches by input year.">
2323

2424
### Timings for approaches by input year
2525

0 commit comments

Comments
 (0)