From 5adce71a41aae68cf1bc49e553308bb79b889b73 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 7 Nov 2023 17:34:41 +0000 Subject: [PATCH] chore(docs): fix github links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b53b968..a404df51 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ directory = response.parse() # get the object that `hris.directory.list()` woul print(directory.id) ``` -These methods return an [`APIResponse`](https://github.com/Finch-API/finch-api-python/src/finch/_response.py) object. +These methods return an [`APIResponse`](https://github.com/Finch-API/finch-api-python/tree/main/src/finch/_response.py) object. ### Configuring the HTTP client