Skip to content

Commit 3109fdb

Browse files
committed
Fix codestral link
1 parent bbee587 commit 3109fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-dev",
33
"displayName": "Cline",
44
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
5-
"version": "3.1.10",
5+
"version": "3.1.11",
66
"icon": "assets/icons/icon.png",
77
"galleryBanner": {
88
"color": "#617A91",

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage }:
292292
This key is stored locally and only used to make API requests from this extension.
293293
{!apiConfiguration?.mistralApiKey && (
294294
<VSCodeLink
295-
href="https://console.mistral.ai/codestral/"
295+
href="https://console.mistral.ai/codestral"
296296
style={{
297297
display: "inline",
298298
fontSize: "inherit",

0 commit comments

Comments
 (0)