From ff8c6dcdf239e0b5b69eb138bb5650bb855192d9 Mon Sep 17 00:00:00 2001
From: unsecretised
Date: Thu, 26 Mar 2026 15:53:35 +0800
Subject: [PATCH] fix links
---
CONTRIBUTING.md | 2 +-
Cargo.toml | 2 +-
README.md | 36 ++++++++++++++++++------------------
docs/index.html | 26 +++++++++++++-------------
src/app/menubar.rs | 8 ++++----
src/app/pages/settings.rs | 2 +-
src/app/tile.rs | 2 +-
7 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d10dddc..c321d5e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,7 +9,7 @@ There are 2 areas you can work on:
1. Help people in solving their github issues
For bug fixes, and helping people to solve their github issues: see
-[https://github.com/unsecretised/rustcast/issues] For features, see
+[https://github.com/RustCastLabs/rustcast/issues] For features, see
[The Planned Features in the README](README.md) or
[The existing feature list](FEATURES.md)
diff --git a/Cargo.toml b/Cargo.toml
index 65fbdbd..89afae4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
license = "MIT"
description = "RustCast - Productivity app for macOS"
homepage = "https://rustcast.app"
-repository = "https://github.com/unsecretised/rustcast"
+repository = "https://github.com/RustCastLabs/rustcast"
[dependencies]
anyhow = "1.0.100"
diff --git a/README.md b/README.md
index b975731..5c5ba3d 100644
--- a/README.md
+++ b/README.md
@@ -10,35 +10,35 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-> [Those who sponsor me also get a personal easter egg inside RustCast](https://github.com/sponsors/unsecretised)
+> [Those who sponsor me also get a personal easter egg inside RustCast](https://github.com/sponsors/RustCastLabs)
-**Config docs:** https://github.com/unsecretised/rustcast/wiki
+**Config docs:** https://github.com/RustCastLabs/rustcast/wiki
**Community:** https://discord.gg/bDfNYPbnC5
**Plugins**:
-[RustCast Library for shell scripts](https://github.com/unsecretised/rustcast-library)
+[RustCast Library for shell scripts](https://github.com/RustCastLabs/rustcast-library)
> For support use github discussions / issues / the discord
>
-> You can also contact unsecretised / secretised at
+> You can also contact RustCastLabs / secretised at
> [admin@rustcast.app](mailto:admin+gh@rustcast.app)

@@ -48,18 +48,18 @@
### Via Homebrew:
```
-brew install --cask unsecretised/tap/rustcast
+brew install --cask RustCastLabs/tap/rustcast
```
### Via github releases
1. Download the dmg from this link
- [https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg](https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg)
+ [https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg](https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg)
## Config:
Full config docs can be found
-[here](https://github.com/unsecretised/rustcast/wiki)
+[here](https://github.com/RustCastLabs/rustcast/wiki)
The config file should be located at: `~/.config/rustcast/config.toml` RustCast
creates the default configuration for you, but it does use its
@@ -135,8 +135,8 @@ And ofc, all the people who starred my repo!!
And the updated list of contributors to the macos version:
-
-
+
+
### Easter egg list:
@@ -148,7 +148,7 @@ And the updated list of contributors to the macos version:
## If you like rustcast, consider starring it on github :)
-[](https://www.star-history.com/#unsecretised/rustcast&type=date&legend=top-left)
+[](https://www.star-history.com/#RustCastLabs/rustcast&type=date&legend=top-left)
## Motivations:
diff --git a/docs/index.html b/docs/index.html
index 00ce1c2..d81c8f7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -22,19 +22,19 @@
Features
Install
- GitHub
Download
@@ -61,13 +61,13 @@ The fastest launcher
you'll ever use
- brew tap unsecretised/tap
+ brew tap RustCastLabs/tap
brew install --cask rustcast
@@ -370,7 +370,7 @@ Up and running
in 30 seconds
@@ -381,7 +381,7 @@ Up and running
in 30 seconds
git clone
- https://github.com/unsecretised/rustcast.git
+ https://github.com/RustCastLabs/rustcast.git
cd rustcast
cargo install --path .
@@ -481,7 +481,7 @@ Built by the community