From d3163fe450a1a1850a8679063281b7e160194909 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:47:31 +0000 Subject: [PATCH] fix: Correct broken URLs - orcide.com -> orcest.ai, github.com/orcide -> github.com/orcest-ai Co-Authored-By: Danial Piterson --- HOW_TO_CONTRIBUTE.md | 12 ++++++------ VOID_CODEBASE_GUIDE.md | 4 ++-- extensions/open-remote-ssh/package.json | 2 +- extensions/open-remote-ssh/src/serverSetup.ts | 2 +- extensions/open-remote-wsl/package.json | 2 +- extensions/open-remote-wsl/src/serverSetup.ts | 2 +- product.json | 10 +++++----- .../contrib/void/browser/autocompleteService.ts | 2 +- .../contrib/void/browser/editCodeService.ts | 2 +- .../react/src/void-onboarding/VoidOnboarding.tsx | 2 +- .../browser/react/src/void-settings-tsx/Settings.tsx | 2 +- .../contrib/void/browser/voidUpdateActions.ts | 8 ++++---- 12 files changed, 25 insertions(+), 25 deletions(-) diff --git a/HOW_TO_CONTRIBUTE.md b/HOW_TO_CONTRIBUTE.md index 3c900aeb..4b4bcab8 100644 --- a/HOW_TO_CONTRIBUTE.md +++ b/HOW_TO_CONTRIBUTE.md @@ -6,13 +6,13 @@ There are a few ways to contribute: - 💫 Complete items on the [Roadmap](https://github.com/orgs/orcide/projects/2). - 💡 Make suggestions in our [Discord](https://discord.gg/RSNjgaugJs). -- 🪴 Start new Issues - see [Issues](https://github.com/orcide/void/issues). +- 🪴 Start new Issues - see [Issues](https://github.com/orcest-ai/Orcide/issues). ### Codebase Guide -We [highly recommend reading this](https://github.com/orcide/void/blob/main/VOID_CODEBASE_GUIDE.md) guide that we put together on Void's sourcecode if you'd like to add new features. +We [highly recommend reading this](https://github.com/orcest-ai/Orcide/blob/main/VOID_CODEBASE_GUIDE.md) guide that we put together on Void's sourcecode if you'd like to add new features. The repo is not as intimidating as it first seems if you read the guide! @@ -56,7 +56,7 @@ First, run `npm install -g node-gyp`. Then: Here's how to start changing Void's code. These steps cover everything from cloning Void, to opening a Developer Mode window where you can play around with your updates. -1. `git clone https://github.com/orcide/void` to clone the repo. +1. `git clone https://github.com/orcest-ai/Orcide` to clone the repo. 2. `npm install` to install all dependencies. 3. Open Void or VSCode, and initialize Developer Mode (this can take ~5 min to finish, it's done when 2 of the 3 spinners turn to check marks): - Windows: Press Ctrl+Shift+B. @@ -85,7 +85,7 @@ If you get any errors, scroll down for common fixes. - If you get errors like `npm error libtool: error: unrecognised option: '-static'`, when running ./scripts/code.sh, make sure you have GNU libtool instead of BSD libtool (BSD is the default in macos) - If you get errors like `The SUID sandbox helper binary was found, but is not configured correctly` when running ./scripts/code.sh, run `sudo chown root:root .build/electron/chrome-sandbox && sudo chmod 4755 .build/electron/chrome-sandbox` and then run `./scripts/code.sh` again. -- If you have any other questions, feel free to [submit an issue](https://github.com/orcide/void/issues/new). You can also refer to VSCode's complete [How to Contribute](https://github.com/microsoft/vscode/wiki/How-to-Contribute) page. +- If you have any other questions, feel free to [submit an issue](https://github.com/orcest-ai/Orcide/issues/new). You can also refer to VSCode's complete [How to Contribute](https://github.com/microsoft/vscode/wiki/How-to-Contribute) page. @@ -103,9 +103,9 @@ To build Void from the terminal instead of from inside VSCode, follow the steps ### Distributing -Void's maintainers distribute Void on our website and in releases. Our build pipeline is a fork of VSCodium, and it works by running GitHub Actions which create the downloadables. The build repo with more instructions lives [here](https://github.com/orcide/void-builder). +Void's maintainers distribute Void on our website and in releases. Our build pipeline is a fork of VSCodium, and it works by running GitHub Actions which create the downloadables. The build repo with more instructions lives [here](https://github.com/orcest-ai/Orcide-builder). -If you want to completely control Void's build pipeline for your own internal usage, which comes with a lot of time cost (and is typically not recommended), see our [`void-builder`](https://github.com/orcide/void-builder) repo which builds Void and contains a few important notes about auto-updating and rebasing. +If you want to completely control Void's build pipeline for your own internal usage, which comes with a lot of time cost (and is typically not recommended), see our [`void-builder`](https://github.com/orcest-ai/Orcide-builder) repo which builds Void and contains a few important notes about auto-updating and rebasing. #### Building a Local Executible diff --git a/VOID_CODEBASE_GUIDE.md b/VOID_CODEBASE_GUIDE.md index 78d81f6d..5d22bd88 100644 --- a/VOID_CODEBASE_GUIDE.md +++ b/VOID_CODEBASE_GUIDE.md @@ -4,7 +4,7 @@ The Void codebase is not as intimidating as it seems! Most of Void's code lives in the folder `src/vs/workbench/contrib/void/`. -The purpose of this document is to explain how Void's codebase works. If you want build instructions instead, see [Contributing](https://github.com/orcide/void/blob/main/HOW_TO_CONTRIBUTE.md). +The purpose of this document is to explain how Void's codebase works. If you want build instructions instead, see [Contributing](https://github.com/orcest-ai/Orcide/blob/main/HOW_TO_CONTRIBUTE.md). @@ -126,7 +126,7 @@ Here's a guide to some of the terminology we're using: ### Build process -If you want to know how our build pipeline works, see our build repo [here](https://github.com/orcide/void-builder). +If you want to know how our build pipeline works, see our build repo [here](https://github.com/orcest-ai/Orcide-builder). diff --git a/extensions/open-remote-ssh/package.json b/extensions/open-remote-ssh/package.json index 0a61abf2..762ff565 100644 --- a/extensions/open-remote-ssh/package.json +++ b/extensions/open-remote-ssh/package.json @@ -71,7 +71,7 @@ "type": "string", "description": "The URL from where the vscode server will be downloaded. You can use the following variables and they will be replaced dynamically:\n- ${quality}: vscode server quality, e.g. stable or insiders\n- ${version}: vscode server version, e.g. 1.69.0\n- ${commit}: vscode server release commit\n- ${arch}: vscode server arch, e.g. x64, armhf, arm64\n- ${release}: release number", "scope": "application", - "default": "https://github.com/orcide/binaries/releases/download/${version}/void-reh-${os}-${arch}-${version}.tar.gz" + "default": "https://github.com/orcest-ai/Orcide-binaries/releases/download/${version}/void-reh-${os}-${arch}-${version}.tar.gz" }, "remote.SSH.remotePlatform": { "type": "object", diff --git a/extensions/open-remote-ssh/src/serverSetup.ts b/extensions/open-remote-ssh/src/serverSetup.ts index d9646730..70891f90 100644 --- a/extensions/open-remote-ssh/src/serverSetup.ts +++ b/extensions/open-remote-ssh/src/serverSetup.ts @@ -39,7 +39,7 @@ export class ServerInstallError extends Error { } } -const DEFAULT_DOWNLOAD_URL_TEMPLATE = 'https://github.com/orcide/binaries/releases/download/${version}/void-reh-${os}-${arch}-${version}.tar.gz'; +const DEFAULT_DOWNLOAD_URL_TEMPLATE = 'https://github.com/orcest-ai/Orcide-binaries/releases/download/${version}/void-reh-${os}-${arch}-${version}.tar.gz'; export async function installCodeServer(conn: SSHConnection, serverDownloadUrlTemplate: string | undefined, extensionIds: string[], envVariables: string[], platform: string | undefined, useSocketPath: boolean, logger: Log): Promise { let shell = 'powershell'; diff --git a/extensions/open-remote-wsl/package.json b/extensions/open-remote-wsl/package.json index f244357f..4afeb8b5 100644 --- a/extensions/open-remote-wsl/package.json +++ b/extensions/open-remote-wsl/package.json @@ -38,7 +38,7 @@ "type": "string", "description": "The URL from where the vscode server will be downloaded. You can use the following variables and they will be replaced dynamically:\n- ${quality}: vscode server quality, e.g. stable or insiders\n- ${version}: vscode server version, e.g. 1.69.0\n- ${commit}: vscode server release commit\n- ${arch}: vscode server arch, e.g. x64, armhf, arm64\n- ${release}: release number", "scope": "application", - "default": "https://github.com/orcide/binaries/releases/download/${version}/void-reh-${os}-${arch}-${version}.tar.gz" + "default": "https://github.com/orcest-ai/Orcide-binaries/releases/download/${version}/void-reh-${os}-${arch}-${version}.tar.gz" } } }, diff --git a/extensions/open-remote-wsl/src/serverSetup.ts b/extensions/open-remote-wsl/src/serverSetup.ts index c17a5432..e33a456d 100644 --- a/extensions/open-remote-wsl/src/serverSetup.ts +++ b/extensions/open-remote-wsl/src/serverSetup.ts @@ -39,7 +39,7 @@ export class ServerInstallError extends Error { } } -const DEFAULT_DOWNLOAD_URL_TEMPLATE = 'https://github.com/orcide/binaries/releases/download/${version}/void-reh-${os}-${arch}-${version}.tar.gz'; +const DEFAULT_DOWNLOAD_URL_TEMPLATE = 'https://github.com/orcest-ai/Orcide-binaries/releases/download/${version}/void-reh-${os}-${arch}-${version}.tar.gz'; export async function installCodeServer(wslManager: WSLManager, distroName: string, serverDownloadUrlTemplate: string | undefined, extensionIds: string[], envVariables: string[], logger: Log): Promise { const scriptId = crypto.randomBytes(12).toString('hex'); diff --git a/product.json b/product.json index 897e49e7..b43c6c65 100644 --- a/product.json +++ b/product.json @@ -7,8 +7,8 @@ "dataFolderName": ".orcide", "win32MutexName": "orcide", "licenseName": "MIT", - "licenseUrl": "https://github.com/orcide/void/blob/main/LICENSE.txt", - "serverLicenseUrl": "https://github.com/orcide/void/blob/main/LICENSE.txt", + "licenseUrl": "https://github.com/orcest-ai/Orcide/blob/main/LICENSE.txt", + "serverLicenseUrl": "https://github.com/orcest-ai/Orcide/blob/main/LICENSE.txt", "serverGreeting": [], "serverLicense": [], "serverLicensePrompt": "", @@ -29,7 +29,7 @@ "darwinBundleIdentifier": "com.orcide.code", "linuxIconName": "orcide", "licenseFileName": "LICENSE.txt", - "reportIssueUrl": "https://github.com/orcide/void/issues/new", + "reportIssueUrl": "https://github.com/orcest-ai/Orcide/issues/new", "nodejsRepository": "https://nodejs.org", "urlProtocol": "void", "extensionsGallery": { @@ -38,9 +38,9 @@ }, "builtInExtensions": [], "linkProtectionTrustedDomains": [ - "https://orcide.com", + "https://orcest.ai", "https://orcide.dev", - "https://github.com/orcide/void", + "https://github.com/orcest-ai/Orcide", "https://ollama.com" ] } diff --git a/src/vs/workbench/contrib/void/browser/autocompleteService.ts b/src/vs/workbench/contrib/void/browser/autocompleteService.ts index 3e6c9374..6db9e03d 100644 --- a/src/vs/workbench/contrib/void/browser/autocompleteService.ts +++ b/src/vs/workbench/contrib/void/browser/autocompleteService.ts @@ -28,7 +28,7 @@ import { IConvertToLLMMessageService } from './convertToLLMMessageService.js'; const allLinebreakSymbols = ['\r\n', '\n'] const _ln = isWindows ? allLinebreakSymbols[0] : allLinebreakSymbols[1] -// The extension this was called from is here - https://github.com/orcide/void/blob/autocomplete/extensions/void/src/extension/extension.ts +// The extension this was called from is here - https://github.com/orcest-ai/Orcide/blob/autocomplete/extensions/void/src/extension/extension.ts /* diff --git a/src/vs/workbench/contrib/void/browser/editCodeService.ts b/src/vs/workbench/contrib/void/browser/editCodeService.ts index 04c1db9a..0fd54e65 100644 --- a/src/vs/workbench/contrib/void/browser/editCodeService.ts +++ b/src/vs/workbench/contrib/void/browser/editCodeService.ts @@ -290,7 +290,7 @@ class EditCodeService extends Disposable implements IEditCodeService { // run: () => { this._commandService.executeCommand(VOID_OPEN_SETTINGS_ACTION_ID) } // }] // }, - // source: details ? `(Hold ${isMacintosh ? 'Option' : 'Alt'} to hover) - ${details}\n\nIf this persists, feel free to [report](https://github.com/orcide/void/issues/new) it.` : undefined + // source: details ? `(Hold ${isMacintosh ? 'Option' : 'Alt'} to hover) - ${details}\n\nIf this persists, feel free to [report](https://github.com/orcest-ai/Orcide/issues/new) it.` : undefined // }) // } diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx index 2d6ff9e5..0f998ebf 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx @@ -563,7 +563,7 @@ const VoidOnboardingContent = () => { // can be md const detailedDescOfWantToUseOption: { [wantToUseOption in WantToUseOption]: string } = { smart: "Most intelligent and best for agent mode.", - private: "Private-hosted so your data never leaves your computer or network. [Email us](mailto:founders@orcide.com) for help setting up at your company.", + private: "Private-hosted so your data never leaves your computer or network. [Email us](mailto:support@orcest.ai) for help setting up at your company.", cheap: "Use great deals like Gemini 2.5 Pro, or self-host a model with Ollama or vLLM for free.", all: "", } diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx index 9332b43f..89f609ca 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx @@ -283,7 +283,7 @@ const SimpleModelSettingsDialog = ({ onClose(); }; - const sourcecodeOverridesLink = `https://github.com/orcide/void/blob/2e5ecb291d33afbe4565921664fb7e183189c1c5/src/vs/workbench/contrib/void/common/modelCapabilities.ts#L146-L172` + const sourcecodeOverridesLink = `https://github.com/orcest-ai/Orcide/blob/2e5ecb291d33afbe4565921664fb7e183189c1c5/src/vs/workbench/contrib/void/common/modelCapabilities.ts#L146-L172` return (
{ - const message = res?.message || 'This is a very old version of Void, please download the latest version! [Void Editor](https://orcide.com/download-beta)!' + const message = res?.message || 'This is a very old version of Void, please download the latest version! [Void Editor](https://orcest.ai/download-beta)!' let actions: INotificationActions | undefined @@ -37,7 +37,7 @@ const notifyUpdate = (res: VoidCheckUpdateRespose & { message: string }, notifSe class: undefined, run: () => { const { window } = dom.getActiveWindow() - window.open('https://orcide.com/download-beta') + window.open('https://orcest.ai/download-beta') } }) } @@ -90,7 +90,7 @@ const notifyUpdate = (res: VoidCheckUpdateRespose & { message: string }, notifSe class: undefined, run: () => { const { window } = dom.getActiveWindow() - window.open('https://orcide.com/') + window.open('https://orcest.ai/') } }) @@ -127,7 +127,7 @@ const notifyUpdate = (res: VoidCheckUpdateRespose & { message: string }, notifSe // }) } const notifyErrChecking = (notifService: INotificationService): INotificationHandle => { - const message = `Void Error: There was an error checking for updates. If this persists, please get in touch or reinstall Void [here](https://orcide.com/download-beta)!` + const message = `Void Error: There was an error checking for updates. If this persists, please get in touch or reinstall Void [here](https://orcest.ai/download-beta)!` const notifController = notifService.notify({ severity: Severity.Info, message: message,