Skip to content

Commit

Permalink
chore: fix broken links in README.md (#1251)
Browse files Browse the repository at this point in the history
Fixes #1240 馃
  • Loading branch information
parthea committed Mar 15, 2021
1 parent a9583f7 commit 8278537
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -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

Expand Down Expand Up @@ -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.

0 comments on commit 8278537

Please sign in to comment.