Skip to content

Commit

Permalink
chore(docs): fix github links (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Nov 7, 2023
1 parent e1e9ce9 commit 08b0b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 08b0b96

Please sign in to comment.