Update content.md with the correct link this time! (#3588)

This commit is contained in:
BethanyG
2024-01-12 19:29:23 -08:00
committed by GitHub
parent e602bcb5d4
commit 5eed8cf9bb

View File

@@ -19,7 +19,7 @@ All methods are "fast", but the difference may be easier to see graphically.
**Note**: The y-axis values in the chart have a `1e-7` multiplier.
All run times are sub-microsecond.
<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.">
<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.">
### Timings for approaches by input year