From df3527c1e96590d626fc62fe7d6806a14fe5a818 Mon Sep 17 00:00:00 2001 From: sharkcreep87 Date: Sat, 2 May 2026 10:08:28 +0800 Subject: [PATCH] chore: update repository URLs to canonical webadderallorg org (#402) The repo was moved from github.com/webadderall to github.com/webadderallorg but several files still reference the old URL. GitHub serves a 301 redirect today, but package.json metadata, the Homebrew cask, and the in-app issues link should point to the canonical location. Updated: - package.json (homepage, repository.url, bugs.url) - README.md and README.zh-CN.md (releases / clone / issues links) - CONTRIBUTING.md (issues link) - recordly.rb (Homebrew cask url + homepage) - src/components/video-editor/TutorialHelp.tsx (RECORDLY_ISSUES_URL) - src/components/video-editor/videoPlayback/motionSmoothing.ts (attribution comment) --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- README.zh-CN.md | 6 +++--- package.json | 6 +++--- recordly.rb | 4 ++-- src/components/video-editor/TutorialHelp.tsx | 2 +- .../video-editor/videoPlayback/motionSmoothing.ts | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 947599ee..62a6ea1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ Areas where help is especially valuable: ## Reporting Issues -If you encounter a bug or have a feature request, please open an issue in the [Issues](https://github.com/webadderall/Recordly/issues) section of this repository. Provide as much detail as possible to help us address the issue effectively. +If you encounter a bug or have a feature request, please open an issue in the [Issues](https://github.com/webadderallorg/Recordly/issues) section of this repository. Provide as much detail as possible to help us address the issue effectively. ## Style Guide diff --git a/README.md b/README.md index b73364f3..4f4f0fe2 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Browse and install community extensions from the [Recordly Marketplace](https:// Prebuilt releases are available at: -https://github.com/webadderall/Recordly/releases +https://github.com/webadderallorg/Recordly/releases --- @@ -200,7 +200,7 @@ sudo apt install build-essential cmake libx11-dev libxtst-dev libxrandr-dev libx ### Steps ```bash -git clone https://github.com/webadderall/Recordly.git recordly +git clone https://github.com/webadderallorg/Recordly.git recordly cd recordly npm install npm run dev @@ -357,7 +357,7 @@ See `CONTRIBUTING.md` for guidelines. Bug reports and feature requests: -https://github.com/webadderall/Recordly/issues +https://github.com/webadderallorg/Recordly/issues Pull requests are welcome. diff --git a/README.zh-CN.md b/README.zh-CN.md index e84897ea..1aa0d240 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -171,7 +171,7 @@ Recordly 拥有一个社区驱动的扩展系统。任何人都可以构建和 预构建发布版本请见: -https://github.com/webadderall/Recordly/releases +https://github.com/webadderallorg/Recordly/releases --- @@ -204,7 +204,7 @@ sudo apt install build-essential cmake libx11-dev libxtst-dev libxrandr-dev libx ### 步骤 ```bash -git clone https://github.com/webadderall/Recordly.git recordly +git clone https://github.com/webadderallorg/Recordly.git recordly cd recordly npm install npm run dev @@ -361,7 +361,7 @@ Recordly 将平台相关的捕获层与基于渲染器的编辑、导出流程 问题反馈和功能建议: -https://github.com/webadderall/Recordly/issues +https://github.com/webadderallorg/Recordly/issues 欢迎提交 Pull Request。 diff --git a/package.json b/package.json index 8e2a6a8a..dc1c95b9 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "productName": "Recordly", "description": "A free, creator-focused screen recorder with auto-zoom, cursor effects, backgrounds, annotations, and more - built for polished videos out of the box.", "author": "webadderall", - "homepage": "https://github.com/webadderall/Recordly", + "homepage": "https://github.com/webadderallorg/Recordly", "repository": { "type": "git", - "url": "https://github.com/webadderall/Recordly.git" + "url": "https://github.com/webadderallorg/Recordly.git" }, "bugs": { - "url": "https://github.com/webadderall/Recordly/issues" + "url": "https://github.com/webadderallorg/Recordly/issues" }, "private": true, "version": "1.2.0", diff --git a/recordly.rb b/recordly.rb index 8d3e7db8..f037c928 100644 --- a/recordly.rb +++ b/recordly.rb @@ -5,10 +5,10 @@ cask "recordly" do sha256 arm: "e669ab7c8bdd4596211937183ee2374545da5482702cab0dfe477c1466422b0f", intel: "85f5183219de0b656400625797ff9299893bd8fbda8455b0f745878b2c729526" - url "https://github.com/webadderall/Recordly/releases/download/v#{version}/Recordly-#{arch}.dmg" + url "https://github.com/webadderallorg/Recordly/releases/download/v#{version}/Recordly-#{arch}.dmg" name "Recordly" desc "Creator-focused screen recorder with auto-zoom, cursor effects, and more" - homepage "https://github.com/webadderall/Recordly" + homepage "https://github.com/webadderallorg/Recordly" livecheck do url :url diff --git a/src/components/video-editor/TutorialHelp.tsx b/src/components/video-editor/TutorialHelp.tsx index b6c7950d..b773683f 100644 --- a/src/components/video-editor/TutorialHelp.tsx +++ b/src/components/video-editor/TutorialHelp.tsx @@ -15,7 +15,7 @@ import { formatBinding, SHORTCUT_ACTIONS, SHORTCUT_LABELS } from "@/lib/shortcut import { formatShortcut } from "@/utils/platformUtils"; import { toast } from "sonner"; -export const RECORDLY_ISSUES_URL = "https://github.com/webadderall/Recordly/issues"; +export const RECORDLY_ISSUES_URL = "https://github.com/webadderallorg/Recordly/issues"; const RECORDLY_DISCORD_URL = "https://discord.gg/sdv2FBVNgE"; const RECORDLY_X_URL = "https://x.com/webadderall"; const CONTACT_EMAIL = "youngchen3442@gmail.com"; diff --git a/src/components/video-editor/videoPlayback/motionSmoothing.ts b/src/components/video-editor/videoPlayback/motionSmoothing.ts index 4c15fd58..1f5c4392 100644 --- a/src/components/video-editor/videoPlayback/motionSmoothing.ts +++ b/src/components/video-editor/videoPlayback/motionSmoothing.ts @@ -1,4 +1,4 @@ -// Friendly reminder: Recordly is licensed under AGPL-3.0, author @webadderall, repo-> https://github.com/webadderall/Recordly +// Friendly reminder: Recordly is licensed under AGPL-3.0, author @webadderall, repo-> https://github.com/webadderallorg/Recordly // Please use this code with the right attribution. export interface SpringState {