Skip to content

Commit 846cdc3

Browse files
jameshammWardenGnaw
authored andcommitted
Updated the link for creating issues. (#2126)
The current link returns a 301 (permanent redirect) so we may as well just point straight to the site.
1 parent 17c307a commit 846cdc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Extension/src/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export function getInstallLockPath(): string {
362362

363363
export function getReadmeMessage(): string {
364364
const readmePath: string = getExtensionFilePath("README.md");
365-
const readmeMessage: string = `Please refer to ${readmePath} for troubleshooting information. Issues can be created at https://github.com/Microsoft/vscppsamples/issues`;
365+
const readmeMessage: string = `Please refer to ${readmePath} for troubleshooting information. Issues can be created at https://github.com/Microsoft/vscode-cpptools/issues`;
366366
return readmeMessage;
367367
}
368368

@@ -502,4 +502,4 @@ export async function renamePromise(oldName: string, newName: string): Promise<v
502502
return resolve();
503503
});
504504
});
505-
}
505+
}

0 commit comments

Comments
 (0)