We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934cbb0 commit 1ea16e9Copy full SHA for 1ea16e9
1 file changed
src/constants.ts
@@ -3,7 +3,7 @@
3
*/
4
5
// GitHub repository information
6
-export const GITHUB_REPO_URL = 'https://github.com/RooVetGit/Roo-Code-Docs';
+export const GITHUB_REPO_URL = 'https://github.com/RooCodeInc/Roo-Code-Docs';
7
export const GITHUB_ISSUES_URL = `${GITHUB_REPO_URL}/issues`;
8
export const GITHUB_NEW_ISSUE_URL = `${GITHUB_ISSUES_URL}/new`;
9
0 commit comments