We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934cbb0 commit c5a2b48Copy full SHA for c5a2b48
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