Skip to content

Commit 2eacc16

Browse files
committed
fix: Update repository and homepage URLs in package.json to reflect new branding; correct base URL in docLinks utility
1 parent 0b4ae24 commit 2eacc16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/RooVetGit/Roo-Code"
21+
"url": "https://github.com/Opensourceful/Apex/"
2222
},
23-
"homepage": "https://github.com/RooVetGit/Roo-Code",
23+
"homepage": "https://github.com/Opensourceful/Apex/",
2424
"categories": [
2525
"AI",
2626
"Chat",

webview-ui/src/utils/docLinks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export function buildDocLink(path: string, _campaign: string): string {
99
// Remove any leading slash from path
1010
const cleanPath = path.replace(/^\//, "")
1111
const [hash] = cleanPath.split("#")
12-
const baseUrl = `opensourceful.com`
12+
const baseUrl = `https://opensourceful.com`
1313
return hash ? `${baseUrl}#${hash}` : baseUrl
1414
}

0 commit comments

Comments
 (0)