From f4c187938ecb335ecab28461dc471838273c46af Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:50:57 -0600 Subject: [PATCH] fix: docs link --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33e250f..33e562e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ You can also unsubscribe your functions in a similar manner by using the `unsubs ## Documentation -API documentation can be found at: . +API documentation can be found at: . Library documentation can be found on the web at: or by building them locally via the `make docs` command. diff --git a/setup.py b/setup.py index a8a7ffa..50c741c 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ long_description=long_description, long_description_content_type="text/markdown", project_urls={ - "Docs": "https://www.easypost.com/docs/api", + "Docs": "https://docs.easypost.com", "Tracker": "https://github.com/EasyPost/easypost-python/issues", "Source": "https://github.com/EasyPost/easypost-python", },