Skip to content

Commit 93b945a

Browse files
authored
Fix link to documentation (#1581)
1 parent 3de9e1b commit 93b945a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/openDocumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ import * as vscode from "vscode";
1919
*/
2020
export async function openDocumentation(): Promise<boolean> {
2121
return await vscode.env.openExternal(
22-
vscode.Uri.parse("https://www.swift.org/vscode/documentation/vscode")
22+
vscode.Uri.parse("https://docs.swift.org/vscode/documentation/userdocs")
2323
);
2424
}

0 commit comments

Comments
 (0)