Skip to content

Commit 1658ea2

Browse files
authored
Fix hyperlinks in README (#471)
1 parent f647278 commit 1658ea2

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,15 @@ configure, and use this client library.
3030

3131
For Python 3.6 Users
3232
--------------------
33-
Version [12.0.0](https://pypi.org/project/google-ads/12.0.0/) of this library
34-
is the last version that is compatible with Python 3.6. It contains support for
35-
[`v6`](https://developers.google.com/google-ads/api/reference/rpc/v6/overview),
36-
[`v7`](https://developers.google.com/google-ads/api/reference/rpc/v7/overview),
37-
and [`v8`](https://developers.google.com/google-ads/api/reference/rpc/v8/overview)
38-
of the Google Ads API. The newest API version, `v8`, will be supported until
39-
the Spring of 2022. Given that the [EOL](https://endoflife.date/python) for
40-
Python 3.6 is December 23, 2021, we encourage our users to upgrade to Python 3.7
41-
or above as soon as possible to avoid issues. Users who cannot upgrade can
42-
continue to safely use version 12.0.0 until `v8` of the Google Ads API is
43-
deprecated. Please follow the
44-
[Google Ads Developer Blog](https://ads-developers.googleblog.com/) for
45-
announcements of the specific deprecation dates for the above API versions.
33+
Version `12.0.0`_ of this library is the last version that is compatible with
34+
Python 3.6. It contains support for `v6`_, `v7`_, and `v8`_ of the Google Ads
35+
API. The newest API version, `v8`_, will be supported until the Spring of 2022.
36+
Given that the `EOL`_ for Python 3.6 is December 23, 2021, we encourage our
37+
users to upgrade to Python 3.7 or above as soon as possible to avoid issues.
38+
Users who cannot upgrade can continue to safely use version `12.0.0`_ until
39+
`v8`_ of the Google Ads API is deprecated. Please follow the
40+
`Google Ads Developer Blog`_ for announcements of the specific deprecation
41+
dates for the above API versions.
4642

4743
Miscellaneous
4844
-------------
@@ -70,3 +66,9 @@ Authors
7066
.. _Ben Karl: https://github.com/BenRKarl
7167
.. _Andrew Burke: https://github.com/AndrewMBurke
7268
.. _Laura Chevalier: https://github.com/laurachevalier4
69+
.. _12.0.0: https://pypi.org/project/google-ads/12.0.0/
70+
.. _v6: https://developers.google.com/google-ads/api/reference/rpc/v6/overview
71+
.. _v7: https://developers.google.com/google-ads/api/reference/rpc/v7/overview
72+
.. _v8: https://developers.google.com/google-ads/api/reference/rpc/v8/overview
73+
.. _EOL: https://endoflife.date/python
74+
.. _Google Ads Developer Blog: https://ads-developers.googleblog.com/

0 commit comments

Comments
 (0)