Skip to content

Commit f33a68a

Browse files
committed
fix: update old links
1 parent df895a7 commit f33a68a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ This affects the following methods:
8080

8181
### Removed `httpAgent` in favor of `fetchOptions`
8282

83-
The `httpAgent` client option has been removed in favor of a [platform-specific `fetchOptions` property](https://github.com/stainless-sdks/anthropic-typescript#fetch-options).
83+
The `httpAgent` client option has been removed in favor of a [platform-specific `fetchOptions` property](https://github.com/anthropics/anthropic-sdk-typescript#fetch-options).
8484
This change was made as `httpAgent` relied on `node:http` agents which are not supported by any runtime's builtin fetch implementation.
8585

86-
If you were using `httpAgent` for proxy support, check out the [new proxy documentation](https://github.com/stainless-sdks/anthropic-typescript#configuring-proxies).
86+
If you were using `httpAgent` for proxy support, check out the [new proxy documentation](https://github.com/anthropics/anthropic-sdk-typescript#configuring-proxies).
8787

8888
Before:
8989

bin/cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { spawnSync } = require('child_process');
55
const commands = {
66
migrate: {
77
description:
8-
'Run migrations to update your code using @anthropic-ai/sdk@0.39 to be compatible with @anthropic-ai/sdk@0.40',
8+
'Run migrations to update your code using @anthropic-ai/sdk@0.41 to be compatible with @anthropic-ai/sdk@0.50',
99
fn: () => {
1010
const result = spawnSync(
1111
'npx',

bin/migration-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pkg": "@anthropic-ai/sdk",
3-
"githubRepo": "https://github.com/stainless-sdks/anthropic-typescript",
3+
"githubRepo": "https://github.com/anthropics/anthropic-sdk-typescript",
44
"clientClass": "Anthropic",
55
"baseClientClass": "BaseAnthropic",
66
"methods": []

0 commit comments

Comments
 (0)