From 8c433fdde7c618afc7b5ecd32c85eb06dd0f048b Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 7 Nov 2023 17:34:23 +0000 Subject: [PATCH] chore(docs): fix github links (#31) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 476c3c8..d410ae5 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ import AnthropicBedrock from "@anthropic-ai/bedrock-sdk"; ``` To do the inverse, add `import "@anthropic-ai/bedrock-sdk/shims/node"` (which does import polyfills). -This can also be useful if you are getting the wrong TypeScript types for `Response` - more details [here](https://github.com/anthropics/anthropic-bedrock-typescript/src/_shims#readme). +This can also be useful if you are getting the wrong TypeScript types for `Response` - more details [here](https://github.com/anthropics/anthropic-bedrock-typescript/tree/main/src/_shims#readme). You may also provide a custom `fetch` function when instantiating the client, which can be used to inspect or alter the `Request` or `Response` before/after each request: