From 7b58d420d94036ffe849aedf0dc6a64e14d1c46e Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 2 Feb 2024 04:42:56 +0000 Subject: [PATCH] chore(interal): make link to api.md relative --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c1d521a..ca226959 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This library provides convenient access to the Orb REST API from server-side TypeScript or JavaScript. -The REST API documentation can be found [on docs.withorb.com](https://docs.withorb.com/reference/api-reference). The full API of this library can be found in [api.md](https://www.github.com/orbcorp/orb-node/blob/main/api.md). +The REST API documentation can be found [on docs.withorb.com](https://docs.withorb.com/reference/api-reference). The full API of this library can be found in [api.md](api.md). ## Installation @@ -16,7 +16,7 @@ yarn add orb-billing ## Usage -The full API of this library can be found in [api.md](https://www.github.com/orbcorp/orb-node/blob/main/api.md). +The full API of this library can be found in [api.md](api.md). ```js