diff --git a/README.md b/README.md index 927cafb..48ad301 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ completion = response.parse() # get the object that `completions.create()` woul print(completion.completion) ``` -These methods return an [`APIResponse`](https://github.com/anthropics/anthropic-bedrock-python/src/anthropic_bedrock/_response.py) object. +These methods return an [`APIResponse`](https://github.com/anthropics/anthropic-bedrock-python/tree/main/src/anthropic_bedrock/_response.py) object. ### Configuring the HTTP client