Skip to content

Commit 4c6237c

Browse files
committed
Fix LICENSE links.
1 parent c6e4ff0 commit 4c6237c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ wr.db.to_sql(df, engine, schema="test", name="my_table")
111111
- [Amazon CloudWatch Logs](https://aws-data-wrangler.readthedocs.io/en/latest/api.html#amazon-cloudwatch-logs)
112112
- [Amazon QuickSight](https://aws-data-wrangler.readthedocs.io/en/latest/api.html#amazon-quicksight)
113113
- [AWS STS](https://aws-data-wrangler.readthedocs.io/en/latest/api.html#aws-sts)
114-
- [**License**](https://github.com/awslabs/aws-data-wrangler/blob/master/LICENSE)
114+
- [**License**](https://github.com/awslabs/aws-data-wrangler/blob/master/LICENSE.txt)
115115
- [**Contributing**](https://github.com/awslabs/aws-data-wrangler/blob/master/CONTRIBUTING.md)
116116
- [**Legacy Docs** (pre-1.0.0)](https://aws-data-wrangler.readthedocs.io/en/legacy/)
117117

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
("Install", "install"),
8686
("Tutorials", "https://github.com/awslabs/aws-data-wrangler/tree/master/tutorials", True),
8787
("API Reference", "api"),
88-
("License", "https://github.com/awslabs/aws-data-wrangler/blob/master/LICENSE", True),
88+
("License", "https://github.com/awslabs/aws-data-wrangler/blob/master/LICENSE.txt", True),
8989
("Contributing", "https://github.com/awslabs/aws-data-wrangler/blob/master/CONTRIBUTING.md", True),
9090
("GitHub", "https://github.com/awslabs/aws-data-wrangler", True),
9191
],

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ Read The Docs
4949
install
5050
Tutorials <https://github.com/awslabs/aws-data-wrangler/tree/master/tutorials>
5151
api
52-
License <https://github.com/awslabs/aws-data-wrangler/blob/master/LICENSE>
52+
License <https://github.com/awslabs/aws-data-wrangler/blob/master/LICENSE.txt>
5353
Contributing <https://github.com/awslabs/aws-data-wrangler/blob/master/CONTRIBUTING.md>
5454
Legacy Docs (pre-1.0.0) <https://aws-data-wrangler.readthedocs.io/en/legacy/>

0 commit comments

Comments
 (0)