Skip to content

Commit

Permalink
docs(bedrock): fix dead link (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Mar 25, 2024
1 parent ad5162b commit a953e00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/bedrock-sdk/README.md
Expand Up @@ -22,7 +22,7 @@ import { AnthropicBedrock } from '@anthropic-ai/bedrock-sdk';
// that the AWS Node SDK will recognise, typicaly a shared `~/.aws/credentials`
// file or `AWS_ACCESS_KEY_ID` & `AWS_SECRET_ACCESS_KEY` environment variables.
//
// https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/modules/_aws_sdk_credential_provider_node.html
// https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html
const anthropic = new AnthropicBedrock();

async function main() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bedrock-sdk/examples/demo.ts
Expand Up @@ -6,7 +6,7 @@ import { AnthropicBedrock } from '@anthropic-ai/bedrock-sdk';
// that the AWS Node SDK will recognise, typicaly a shared `~/.aws/credentials`
// file or `AWS_ACCESS_KEY_ID` & `AWS_SECRET_ACCESS_KEY` environment variables.
//
// https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/modules/_aws_sdk_credential_provider_node.html
// https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html
const anthropic = new AnthropicBedrock();

async function main() {
Expand Down
2 changes: 1 addition & 1 deletion packages/bedrock-sdk/examples/streaming.ts
Expand Up @@ -6,7 +6,7 @@ import { AnthropicBedrock } from '@anthropic-ai/bedrock-sdk';
// that the AWS Node SDK will recognise, typicaly a shared `~/.aws/credentials`
// file or `AWS_ACCESS_KEY_ID` & `AWS_SECRET_ACCESS_KEY` environment variables.
//
// https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/modules/_aws_sdk_credential_provider_node.html
// https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html
const client = new AnthropicBedrock();

async function main() {
Expand Down

0 comments on commit a953e00

Please sign in to comment.