Skip to content

Commit

Permalink
Merge pull request #316 from EasyPost/fix_docs_link
Browse files Browse the repository at this point in the history
fix: docs link
  • Loading branch information
Justintime50 authored Jun 24, 2024
2 parents 75435c5 + 424b2f5 commit 8ab823a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Users can subscribe to HTTP requests and responses via the `RequestHook` and `Re

## Documentation

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/easypost/http/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @author EasyPost developers
* @version 1.0
* @see <a href="https://www.easypost.com/docs/api.html">EasyPost API</a>
* @see <a href="https://docs.easypost.com">EasyPost API</a>
* @since 1.0
*/
package com.easypost.http;
2 changes: 1 addition & 1 deletion src/main/java/com/easypost/utils/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @author EasyPost developers
* @version 1.0
* @see <a href="https://www.easypost.com/docs/api.html">EasyPost API</a>
* @see <a href="https://docs.easypost.com">EasyPost API</a>
* @since 1.0
*/
package com.easypost.utils;

0 comments on commit 8ab823a

Please sign in to comment.