Skip to content

Commit 80a9676

Browse files
committed
Fixing the docs urls on README.md
1 parent d5d662f commit 80a9676

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Release](https://img.shields.io/badge/release-0.3.1-brightgreen.svg)](https://pypi.org/project/awswrangler/)
66
[![Downloads](https://img.shields.io/pypi/dm/awswrangler.svg)](https://pypi.org/project/awswrangler/)
77
[![Python Version](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-brightgreen.svg)](https://pypi.org/project/awswrangler/)
8-
[![Documentation Status](https://readthedocs.org/projects/aws-data-wrangler/badge/?version=latest)](https://aws-data-wrangler.readthedocs.io/en/latest/?badge=latest)
8+
[![Documentation Status](https://readthedocs.org/projects/aws-data-wrangler/badge/?version=latest)](https://aws-data-wrangler.readthedocs.io/?badge=latest)
99
[![Coverage](https://img.shields.io/badge/coverage-89%25-brightgreen.svg)](https://pypi.org/project/awswrangler/)
1010
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/awslabs/aws-data-wrangler.svg)](http://isitmaintained.com/project/awslabs/aws-data-wrangler "Average time to resolve an issue")
1111
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
@@ -17,12 +17,12 @@
1717
- [Pandas](#Pandas)
1818
- [PySpark](#PySpark)
1919
- [General](#General)
20-
- [Install](https://aws-data-wrangler.readthedocs.io/en/latest/installation.html)
21-
- [Examples](https://aws-data-wrangler.readthedocs.io/en/latest/examples.html)
22-
- [Tutorials](https://aws-data-wrangler.readthedocs.io/en/latest/tutorials.html)
23-
- [API Reference](https://aws-data-wrangler.readthedocs.io/en/latest/api/awswrangler.html)
24-
- [License](https://aws-data-wrangler.readthedocs.io/en/latest/license.html)
25-
- [Contributing](https://aws-data-wrangler.readthedocs.io/en/latest/contributing.html)
20+
- [Install](https://aws-data-wrangler.readthedocs.io/installation.html)
21+
- [Examples](https://aws-data-wrangler.readthedocs.io/examples.html)
22+
- [Tutorials](https://aws-data-wrangler.readthedocs.io/tutorials.html)
23+
- [API Reference](https://aws-data-wrangler.readthedocs.io/api/awswrangler.html)
24+
- [License](https://aws-data-wrangler.readthedocs.io/license.html)
25+
- [Contributing](https://aws-data-wrangler.readthedocs.io/contributing.html)
2626

2727
## Use Cases
2828

0 commit comments

Comments
 (0)