aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthonios Partheniou <partheniou@google.com>2021-03-15 11:52:11 -0400
committerGitHub <noreply@github.com>2021-03-15 15:52:11 +0000
commit827853728d2c4efd03c55643aab78ed87352de62 (patch)
tree6e011cc3d821fcd09894af734e2be394901c93b2 /README.md
parenta9583f712d13c67aa282d14cd30e00999b530d7c (diff)
downloadgoogle-api-python-client-827853728d2c4efd03c55643aab78ed87352de62.tar.gz
chore: fix broken links in README.md (#1251)
Fixes #1240 🦕
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 45ca03738..38fb71589 100644
--- a/README.md
+++ b/README.md
@@ -2,17 +2,17 @@
[![PyPI version](https://badge.fury.io/py/google-api-python-client.svg)](https://badge.fury.io/py/google-api-python-client)
-This is the Python client library for Google's discovery based APIs. To get started, please see the [docs folder](docs/README.md).
+This is the Python client library for Google's discovery based APIs. To get started, please see the [docs folder](https://github.com/googleapis/google-api-python-client/blob/master/docs/README.md).
These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.
## Version 2.0 Release
The 2.0 release of `google-api-python-client` is a significant upgrade compared
-to v1. Please see the [Migration Guide](UPGRADING.md) for more information.
+to v1. Please see the [Migration Guide](https://github.com/googleapis/google-api-python-client/blob/master/UPGRADING.md) for more information.
## Documentation
-See the [docs folder](docs/README.md) for more detailed instructions and additional documentation.
+See the [docs folder](https://github.com/googleapis/google-api-python-client/blob/master/docs/README.md) for more detailed instructions and additional documentation.
## Other Google API libraries
@@ -70,6 +70,6 @@ For development you will also need the following libraries:
## Contributing
-Please see our [Contribution Guide](CONTRIBUTING.rst).
+Please see our [Contribution Guide](https://github.com/googleapis/google-api-python-client/blob/master/CONTRIBUTING.rst).
In particular, we love pull requests - but please make sure to sign
the contributor license agreement.