Skip to content

Commit

Permalink
chore(interal): make link to api.md relative (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Feb 2, 2024
1 parent 2b02a6c commit 041fa16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://pkg.go.dev/github.com/Finch-API/finch-api-go"><img src="https://pkg.go.dev/badge/github.com/Finch-API/finch-api-go.svg" alt="Go Reference"></a>

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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 041fa16

Please sign in to comment.