Skip to content

Commit 9180bd9

Browse files
authored
Merge pull request #336 from saikotek/fix-links
Fix non-functioning link to anthropic docs
2 parents e422c8d + 9f981aa commit 9180bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LLMProviders/custom/anthropic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default class AnthropicLegacyProvider
155155
<IconExternalLink />
156156
</SettingItem>
157157
</a>
158-
<a href="https://docs.anthropic.com/claude/reference/selecting-a-model">
158+
<a href="https://docs.anthropic.com/en/docs/about-claude/models">
159159
<SettingItem
160160
name="Available models"
161161
className="plug-tg-text-xs plug-tg-opacity-50 hover:plug-tg-opacity-100"

src/LLMProviders/langchain/chatanthropic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default class LangchainChatAnthropicProvider
135135
<IconExternalLink />
136136
</SettingItem>
137137
</a>
138-
<a href="https://docs.anthropic.com/claude/reference/selecting-a-model">
138+
<a href="https://docs.anthropic.com/en/docs/about-claude/models">
139139
<SettingItem
140140
name="Available models"
141141
className="plug-tg-text-xs plug-tg-opacity-50 hover:plug-tg-opacity-100"

0 commit comments

Comments
 (0)