Skip to content

Commit 60edcb2

Browse files
committed
Replace github links with zoo
1 parent 9c2ce35 commit 60edcb2

11 files changed

Lines changed: 334 additions & 15 deletions

File tree

docs/advanced-usage/local-development-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To set up Zoo Code for local development:
1919

2020
1. **Clone the repository:**
2121
```bash
22-
git clone https://github.com/RooCodeInc/Roo-Code.git
22+
git clone https://github.com/Zoo-Code-Org/Zoo-Code.git
2323
cd Roo-Code
2424
```
2525

docs/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Zoo Code can help with a variety of coding tasks, including:
5050

5151
### Is Zoo Code free to use?
5252

53-
The Zoo Code extension is free and [open-source](https://github.com/RooCodeInc/Roo-Code/).
53+
The Zoo Code extension is free and [open-source](https://github.com/Zoo-Code-Org/Zoo-Code/).
5454
The Zoo Code Cloud platform is also free, but some functionality is paid.
5555

5656
In both cases, Zoo Code relies on external LLM inference providers (like [Anthropic](providers/anthropic), [OpenAI](providers/openai), [OpenRouter](providers/openrouter), [Requesty](providers/requesty), etc.) for its AI capabilities.
@@ -165,7 +165,7 @@ Codebase Indexing requires an OpenAI API key for generating embeddings and a Qdr
165165
* Check your internet connection.
166166
* Check the status of your chosen API provider.
167167
* Try restarting VS Code.
168-
* If the problem persists, report the issue on [GitHub](https://github.com/RooCodeInc/Roo-Code/issues) or [Discord](https://discord.gg/roocode).
168+
* If the problem persists, report the issue on [GitHub](https://github.com/Zoo-Code-Org/Zoo-Code/issues) or [Discord](https://discord.gg/roocode).
169169

170170
### I'm seeing an error message. What does it mean?
171171

@@ -198,4 +198,4 @@ If Zoo Code fails to write to `.md` files with errors like "Failed to open diff
198198

199199
### How do I report a bug or suggest a feature?
200200

201-
Please report bugs or suggest features on the Zoo Code [Issues page](https://github.com/RooCodeInc/Roo-Code/issues) and [Feature Requests page](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop).
201+
Please report bugs or suggest features on the Zoo Code [Issues page](https://github.com/Zoo-Code-Org/Zoo-Code/issues) and [Feature Requests page](https://github.com/Zoo-Code-Org/Zoo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop).

docs/features/experimental/experimental-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ The following experimental features are currently available:
3939

4040
## Providing Feedback
4141

42-
If you encounter any issues with experimental features, or if you have suggestions for improvements, please report them on the [Zoo Code GitHub Issues page](https://github.com/RooCodeInc/Roo-Code/issues).
42+
If you encounter any issues with experimental features, or if you have suggestions for improvements, please report them on the [Zoo Code GitHub Issues page](https://github.com/Zoo-Code-Org/Zoo-Code/issues).
4343

4444
Your feedback is valuable and helps us improve Zoo Code!

docs/features/image-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ Include these elements in your prompts:
137137

138138
## Status
139139

140-
This feature is experimental and may change or be removed in future versions. Provide feedback through [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues).
140+
This feature is experimental and may change or be removed in future versions. Provide feedback through [GitHub Issues](https://github.com/Zoo-Code-Org/Zoo-Code/issues).

docs/getting-started/installing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For information on installing the nightly prerelease build published on each mer
7373
If you prefer to download and install the VSIX file directly:
7474

7575
1. **Download the VSIX file:**
76-
* Find official releases on the [Zoo Code GitHub Releases page](https://github.com/RooCodeInc/Roo-Code/releases)
76+
* Find official releases on the [Zoo Code GitHub Releases page](https://github.com/Zoo-Code-Org/Zoo-Code/releases)
7777
* Download the `.vsix` file from the latest release
7878

7979
2. **Install in VS Code:**
@@ -117,5 +117,5 @@ For instructions on setting up Zoo Code for local development, building from sou
117117
If you encounter issues not covered here:
118118

119119
* Join our [Discord community](https://discord.gg/roocode) for real-time support
120-
* Submit issues on [GitHub](https://github.com/RooCodeInc/Roo-Code/issues)
120+
* Submit issues on [GitHub](https://github.com/Zoo-Code-Org/Zoo-Code/issues)
121121
* Visit our [Reddit community](https://www.reddit.com/r/RooCode)

docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ The most successful Zoo users tend to embrace the following ideas:
8181
- [Discord Server](https://discord.gg/roocode): Join the community for real-time help and discussion.
8282
- [Reddit Community](https://www.reddit.com/r/RooCode): Share your experiences and see what others are building.
8383
- [YouTube Channel](https://youtube.com/@roocodeyt?feature=shared): Watch tutorials and see features in action.
84-
- [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues): Report bugs and track development.
85-
- [Feature Requests](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop): Have an idea? Share it with the team.
84+
- [GitHub Issues](https://github.com/Zoo-Code-Org/Zoo-Code/issues): Report bugs and track development.
85+
- [Feature Requests](https://github.com/Zoo-Code-Org/Zoo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop): Have an idea? Share it with the team.

docs/reporting-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ After copying error information:
5454

5555
- **Email**: Send to [support@roocode.com](mailto:support@roocode.com)
5656
- **Discord**: Share in the [#support channel](https://discord.gg/roocode)
57-
- **GitHub Issues**: File at [github.com/RooCodeInc/Roo-Code/issues](https://github.com/RooCodeInc/Roo-Code/issues)
57+
- **GitHub Issues**: File at [github.com/Zoo-Code-Org/Zoo-Code/issues](https://github.com/Zoo-Code-Org/Zoo-Code/issues)
5858

5959
Include a brief description of what you were trying to do when the error occurred. The exported diagnostics handle the technical details.

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ const sidebars: SidebarsConfig = {
836836
{
837837
type: "link",
838838
label: "Contributing (GitHub)",
839-
href: "https://github.com/RooCodeInc/Roo-Code/blob/main/CONTRIBUTING.md",
839+
href: "https://github.com/Zoo-Code-Org/Zoo-Code/blob/main/CONTRIBUTING.md",
840840
},
841841
],
842842
};

src/components/GitHubInstallButtons/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function formatNumber(num: number): string {
1717
// GitHub Stars API
1818
async function getGitHubStars() {
1919
try {
20-
const res = await fetch("https://api.github.com/repos/RooCodeInc/Roo-Code");
20+
const res = await fetch("https://api.github.com/repos/Zoo-Code-Org/Zoo-Code");
2121
const data = await res.json();
2222

2323
if (typeof data.stargazers_count !== "number") {

src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
// GitHub repository information
6-
export const GITHUB_REPO_URL = 'https://github.com/RooCodeInc/Roo-Code-Docs';
6+
export const GITHUB_REPO_URL = 'https://github.com/Zoo-Code-Org/Zoo-Code-Docs';
77
export const GITHUB_ISSUES_URL = `${GITHUB_REPO_URL}/issues`;
88
export const GITHUB_NEW_ISSUE_URL = `${GITHUB_ISSUES_URL}/new`;
99

@@ -16,7 +16,7 @@ export const LINKEDIN_URL = 'https://www.linkedin.com/company/roo-code';
1616
export const TIKTOK_URL = 'https://www.tiktok.com/@roo.code';
1717

1818
// GitHub links
19-
export const GITHUB_MAIN_REPO_URL = 'https://github.com/RooCodeInc/Roo-Code';
19+
export const GITHUB_MAIN_REPO_URL = 'https://github.com/Zoo-Code-Org/Zoo-Code';
2020
export const GITHUB_ISSUES_MAIN_URL = `${GITHUB_MAIN_REPO_URL}/issues`;
2121
export const GITHUB_FEATURES_URL = `${GITHUB_MAIN_REPO_URL}/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop`;
2222

0 commit comments

Comments
 (0)