From 041fa16178cb196e158361afc6a13849ecf19352 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:44:10 +0000 Subject: [PATCH] chore(interal): make link to api.md relative (#100) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72815a6..4a9b2bd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Go Reference The Finch Go library provides convenient access to [the Finch REST -API](https://developer.tryfinch.com/) from applications written in Go. The full API of this library can be found in [api.md](https://www.github.com/Finch-API/finch-api-go/blob/main/api.md). +API](https://developer.tryfinch.com/) from applications written in Go. The full API of this library can be found in [api.md](api.md). ## Installation @@ -33,7 +33,7 @@ This library requires Go 1.18+. ## Usage -The full API of this library can be found in [api.md](https://www.github.com/Finch-API/finch-api-go/blob/main/api.md). +The full API of this library can be found in [api.md](api.md). ```go package main