Fix the link url for the "fork me on GitHub" banner in the docs (#3)

This commit is contained in:
Aaron Meurer
2017-09-05 01:56:23 -05:00
committed by Dave Halter
parent 94268815e8
commit bae36f8ab0

View File

@@ -6,7 +6,7 @@
{% endif %}
<link media="only screen and (max-device-width: 480px)" href="{{
pathto('_static/small_flask.css', 1) }}" type= "text/css" rel="stylesheet" />
<a href="https://github.com/davidhalter/jedi">
<a href="https://github.com/davidhalter/parso">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me">
</a>
{% endblock %}