Skip to content

Commit

Permalink
docs: add link to Python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Nov 6, 2019
1 parent f6679ca commit bcb33c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asset/docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="admonition" id="python2-eol">
On January 1, 2020 this library will no longer support Python 2 on the latest released version.
Previously released library versions will continue to be available. For more information please
visit <a href ="">Python 2 Deprecation and EOL</a>.
visit <a href="https://cloud.google.com/python/docs/python2-sunset/">Python 2 support on Google Cloud</a>.
</div>
{% block body %} {% endblock %}
</div>
Expand All @@ -46,4 +46,4 @@
{%- else %}
{{ super() }}
{%- endif %}
{%- endblock %}
{%- endblock %}

0 comments on commit bcb33c1

Please sign in to comment.