Skip to content

Commit af31053

Browse files
committed
fix: typographical error
1 parent 19cb25a commit af31053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/tools/WriteToFileTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export class WriteToFileTool extends BaseTool<"write_to_file"> {
228228
if (selection === "Follow cline guide to fix the issue") {
229229
vscode.env.openExternal(
230230
vscode.Uri.parse(
231-
"https://github.com/cline/cline/wiki/Troubleshooting-%E2%80%-Cline-Deleting-Code-with-%22Rest-of-Code-Here%22-Comments",
231+
"https://github.com/cline/cline/wiki/Troubleshooting-%E2%80%90-Cline-Deleting-Code-with-%22Rest-of-Code-Here%22-Comments",
232232
),
233233
)
234234
}

0 commit comments

Comments
 (0)