Skip to content

Commit f4c1879

Browse files
committed
fix: docs link
1 parent 748b984 commit f4c1879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can also unsubscribe your functions in a similar manner by using the `unsubs
8282

8383
## Documentation
8484

85-
API documentation can be found at: <https://easypost.com/docs/api>.
85+
API documentation can be found at: <https://docs.easypost.com>.
8686

8787
Library documentation can be found on the web at: <https://easypost.github.io/easypost-python/> or by building them locally via the `make docs` command.
8888

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
long_description=long_description,
5555
long_description_content_type="text/markdown",
5656
project_urls={
57-
"Docs": "https://www.easypost.com/docs/api",
57+
"Docs": "https://docs.easypost.com",
5858
"Tracker": "https://github.com/EasyPost/easypost-python/issues",
5959
"Source": "https://github.com/EasyPost/easypost-python",
6060
},

0 commit comments

Comments
 (0)