We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707f235 commit 38a227dCopy full SHA for 38a227d
templates/downloads/index.html
@@ -53,7 +53,7 @@ <h1 class="call-to-action">Download the latest version of Python</h1>
53
<h2 class="widget-title">Active Python releases</h2>
54
<p class="success-quote"><a href="https://devguide.python.org/versions/#versions">For more information visit the Python Developer's Guide</a>.</p>
55
56
- <p class="release-cycle-chart"><img src="https://hugovk-devguide.readthedocs.io/en/standalone-svg/release-cycle.svg" alt="Python release cycle"></p>
+ <p class="release-cycle-chart"><img src="https://hugovk-devguide.readthedocs.io/en/standalone-svg/_static/release-cycle.svg" alt="Python release cycle"></p>
57
58
{% box 'downloads-active-releases' %}
59
</div>
0 commit comments