Skip to content

Commit ae576e0

Browse files
authored
Merge pull request #231 from RustCastLabs/fix-links-for-move
fix links
2 parents b010f96 + ff8c6dc commit ae576e0

7 files changed

Lines changed: 39 additions & 39 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are 2 areas you can work on:
99
1. Help people in solving their github issues
1010

1111
For bug fixes, and helping people to solve their github issues: see
12-
[https://github.com/unsecretised/rustcast/issues] For features, see
12+
[https://github.com/RustCastLabs/rustcast/issues] For features, see
1313
[The Planned Features in the README](README.md) or
1414
[The existing feature list](FEATURES.md)
1515

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
license = "MIT"
66
description = "RustCast - Productivity app for macOS"
77
homepage = "https://rustcast.app"
8-
repository = "https://github.com/unsecretised/rustcast"
8+
repository = "https://github.com/RustCastLabs/rustcast"
99

1010
[dependencies]
1111
anyhow = "1.0.100"

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@
1010
</p>
1111

1212
<p align="center">
13-
<a href="https://github.com/unsecretised/rustcast/releases/latest">
14-
<img alt="Latest release" src="https://img.shields.io/github/v/release/unsecretised/rustcast?display_name=tag&sort=semver&style=flat-square" />
13+
<a href="https://github.com/RustCastLabs/rustcast/releases/latest">
14+
<img alt="Latest release" src="https://img.shields.io/github/v/release/RustCastLabs/rustcast?display_name=tag&sort=semver&style=flat-square" />
1515
</a>
16-
<a href="https://github.com/unsecretised/rustcast/releases">
17-
<img alt="Downloads" src="https://img.shields.io/github/downloads/unsecretised/rustcast/total?style=flat-square" />
16+
<a href="https://github.com/RustCastLabs/rustcast/releases">
17+
<img alt="Downloads" src="https://img.shields.io/github/downloads/RustCastLabs/rustcast/total?style=flat-square" />
1818
</a>
1919
<a href="https://discord.gg/bDfNYPbnC5">
2020
<img alt="Discord" src="https://img.shields.io/discord/1463119282459119844?label=Discord&logo=discord&logoColor=white&style=flat-square" />
2121
</a>
22-
<a href="https://github.com/unsecretised/rustcast/stargazers">
23-
<img alt="Stars" src="https://img.shields.io/github/stars/unsecretised/rustcast?style=flat-square" />
22+
<a href="https://github.com/RustCastLabs/rustcast/stargazers">
23+
<img alt="Stars" src="https://img.shields.io/github/stars/RustCastLabs/rustcast?style=flat-square" />
2424
</a>
25-
<a href="https://github.com/unsecretised/rustcast/blob/main/LICENSE">
26-
<img alt="License" src="https://img.shields.io/github/license/unsecretised/rustcast?style=flat-square" />
25+
<a href="https://github.com/RustCastLabs/rustcast/blob/main/LICENSE">
26+
<img alt="License" src="https://img.shields.io/github/license/RustCastLabs/rustcast?style=flat-square" />
2727
</a>
2828
</p>
2929

30-
> [Those who sponsor me also get a personal easter egg inside RustCast](https://github.com/sponsors/unsecretised)
30+
> [Those who sponsor me also get a personal easter egg inside RustCast](https://github.com/sponsors/RustCastLabs)
3131
32-
**Config docs:** https://github.com/unsecretised/rustcast/wiki
32+
**Config docs:** https://github.com/RustCastLabs/rustcast/wiki
3333

3434
**Community:** https://discord.gg/bDfNYPbnC5
3535

3636
**Plugins**:
37-
[RustCast Library for shell scripts](https://github.com/unsecretised/rustcast-library)
37+
[RustCast Library for shell scripts](https://github.com/RustCastLabs/rustcast-library)
3838

3939
> For support use github discussions / issues / the discord
4040
>
41-
> You can also contact unsecretised / secretised at
41+
> You can also contact RustCastLabs / secretised at
4242
> [admin@rustcast.app](mailto:admin+gh@rustcast.app)
4343
4444
![RustCast Demo](./docs/rustcast-latest-demo.png)
@@ -48,18 +48,18 @@
4848
### Via Homebrew:
4949

5050
```
51-
brew install --cask unsecretised/tap/rustcast
51+
brew install --cask RustCastLabs/tap/rustcast
5252
```
5353

5454
### Via github releases
5555

5656
1. Download the dmg from this link
57-
[https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg](https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg)
57+
[https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg](https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg)
5858

5959
## Config:
6060

6161
Full config docs can be found
62-
[here](https://github.com/unsecretised/rustcast/wiki)
62+
[here](https://github.com/RustCastLabs/rustcast/wiki)
6363

6464
The config file should be located at: `~/.config/rustcast/config.toml` RustCast
6565
creates the default configuration for you, but it does use its
@@ -135,8 +135,8 @@ And ofc, all the people who starred my repo!!
135135

136136
And the updated list of contributors to the macos version:
137137

138-
<a href="https://github.com/unsecretised/rustcast/graphs/contributors">
139-
<img src="https://contrib.rocks/image?repo=unsecretised/rustcast" />
138+
<a href="https://github.com/RustCastLabs/rustcast/graphs/contributors">
139+
<img src="https://contrib.rocks/image?repo=RustCastLabs/rustcast" />
140140
</a>
141141

142142
### Easter egg list:
@@ -148,7 +148,7 @@ And the updated list of contributors to the macos version:
148148

149149
## If you like rustcast, consider starring it on github :)
150150

151-
[![Star History Chart](https://api.star-history.com/svg?repos=unsecretised/rustcast&type=date&legend=top-left)](https://www.star-history.com/#unsecretised/rustcast&type=date&legend=top-left)
151+
[![Star History Chart](https://api.star-history.com/svg?repos=RustCastLabs/rustcast&type=date&legend=top-left)](https://www.star-history.com/#RustCastLabs/rustcast&type=date&legend=top-left)
152152

153153
## Motivations:
154154

docs/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<li><a href="#features">Features</a></li>
2323
<li><a href="#install">Install</a></li>
2424
<li>
25-
<a href="https://github.com/unsecretised/rustcast" target="_blank"
25+
<a href="https://github.com/RustCastLabs/rustcast" target="_blank"
2626
>GitHub</a>
2727
</li>
2828
<li>
2929
<a
30-
href="https://github.com/sponsors/unsecretised"
30+
href="https://github.com/sponsors/RustCastLabs"
3131
class="nav-sponsor"
3232
target="_blank"
3333
>♥ Get your easter egg</a>
3434
</li>
3535
<li>
3636
<a
37-
href="https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg"
37+
href="https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg"
3838
class="nav-cta"
3939
>Download</a>
4040
</li>
@@ -61,13 +61,13 @@ <h1>The <em>fastest</em> launcher<br />you'll ever use</h1>
6161
</div>
6262
<div class="hero-buttons">
6363
<a
64-
href="https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg"
64+
href="https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg"
6565
class="btn-primary"
6666
>
6767
↓ Download for macOS
6868
</a>
6969
<a
70-
href="https://github.com/unsecretised/rustcast"
70+
href="https://github.com/RustCastLabs/rustcast"
7171
class="btn-ghost"
7272
target="_blank"
7373
>
@@ -277,7 +277,7 @@ <h2>Your launcher,<br />your rules.</h2>
277277
</p>
278278
<br />
279279
<a
280-
href="https://github.com/unsecretised/rustcast-dotfiles"
280+
href="https://github.com/RustCastLabs/rustcast-dotfiles"
281281
class="btn-ghost"
282282
target="_blank"
283283
style="display: inline-flex"
@@ -359,7 +359,7 @@ <h2>Up and running<br />in 30 seconds</h2>
359359
</div>
360360
<div class="install-code" id="brew-code">
361361
<span class="comment"># Tap the cask and install</span><br>
362-
<span class="cmd">brew tap</span> unsecretised/tap<br>
362+
<span class="cmd">brew tap</span> RustCastLabs/tap<br>
363363
<span class="cmd">brew install --cask</span> rustcast<br>
364364
</div>
365365
</div>
@@ -370,7 +370,7 @@ <h2>Up and running<br />in 30 seconds</h2>
370370
</div>
371371
<div class="install-code">
372372
<span class="comment">Use the .dmg from <a
373-
href="https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg"
373+
href="https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg"
374374
>Github Releases</a></span><br>
375375
</div>
376376
</div>
@@ -381,7 +381,7 @@ <h2>Up and running<br />in 30 seconds</h2>
381381
</div>
382382
<div class="install-code" id="build-code">
383383
<span class="cmd">git clone</span>
384-
https://github.com/unsecretised/rustcast.git<br>
384+
https://github.com/RustCastLabs/rustcast.git<br>
385385
<span class="cmd">cd</span> rustcast<br>
386386
<span class="cmd">cargo install --path .</span> <br>
387387
</div>
@@ -481,7 +481,7 @@ <h2>Built by the community</h2>
481481
</div>
482482
<div class="sponsor-cta-row">
483483
<a
484-
href="https://github.com/sponsors/unsecretised"
484+
href="https://github.com/sponsors/RustCastLabs"
485485
class="btn-sponsor"
486486
target="_blank"
487487
>
@@ -519,12 +519,12 @@ <h2>Stop reaching for<br />the mouse.</h2>
519519
<footer>
520520
<ul class="footer-links">
521521
<li>
522-
<a href="https://github.com/unsecretised/rustcast" target="_blank"
522+
<a href="https://github.com/RustCastLabs/rustcast" target="_blank"
523523
>GitHub</a>
524524
</li>
525525
<li>
526526
<a
527-
href="https://github.com/unsecretised/rustcast/releases"
527+
href="https://github.com/RustCastLabs/rustcast/releases"
528528
target="_blank"
529529
>Releases</a>
530530
</li>
@@ -533,7 +533,7 @@ <h2>Stop reaching for<br />the mouse.</h2>
533533
</li>
534534
<li>
535535
<a
536-
href="https://github.com/unsecretised/rustcast/blob/master/CONTRIBUTING.md"
536+
href="https://github.com/RustCastLabs/rustcast/blob/master/CONTRIBUTING.md"
537537
target="_blank"
538538
>Contribute</a>
539539
</li>

src/app/menubar.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fn init_event_handler(sender: ExtSender, hotkey_id: Option<u32>) {
104104
.spawn(async move { sender.clone().try_send(Message::HideTrayIcon).unwrap() });
105105
}
106106
"open_issue_page" => {
107-
open_url("https://github.com/unsecretised/rustcast/issues/new");
107+
open_url("https://github.com/RustCastLabs/rustcast/issues/new");
108108
}
109109
"show_rustcast" => {
110110
if let Some(hk) = hotkey_id {
@@ -114,21 +114,21 @@ fn init_event_handler(sender: ExtSender, hotkey_id: Option<u32>) {
114114
}
115115
}
116116
"update" => {
117-
open_url("https://github.com/unsecretised/rustcast/releases/latest");
117+
open_url("https://github.com/RustCastLabs/rustcast/releases/latest");
118118
}
119119
"open_discord" => {
120120
open_url(DISCORD_LINK);
121121
}
122122
"open_help_page" => {
123-
open_url("https://github.com/unsecretised/rustcast/discussions/new?category=q-a");
123+
open_url("https://github.com/RustCastLabs/rustcast/discussions/new?category=q-a");
124124
}
125125
"open_preferences" => {
126126
runtime.spawn(async move {
127127
sender.clone().try_send(Message::OpenToSettings).unwrap();
128128
});
129129
}
130130
"open_github_page" => {
131-
open_url("https://github.com/unsecretised/rustcast");
131+
open_url("https://github.com/RustCastLabs/rustcast");
132132
}
133133
id => {
134134
if id.starts_with("mode_switch_") {

src/app/pages/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ fn wiki_button(theme: Theme) -> Element<'static, Message> {
432432
.width(Length::Fill)
433433
.on_press(Message::RunFunction(
434434
crate::commands::Function::OpenWebsite(
435-
"https://github.com/unsecretised/rustcast/wiki".to_string(),
435+
"https://github.com/RustCastLabs/rustcast/wiki".to_string(),
436436
),
437437
))
438438
.into()

src/app/tile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ fn handle_version_and_rankings() -> impl futures::Stream<Item = Message> {
612612

613613
let req = minreq::Request::new(
614614
minreq::Method::Get,
615-
"https://api.github.com/repos/unsecretised/rustcast/releases/latest",
615+
"https://api.github.com/repos/RustCastLabs/rustcast/releases/latest",
616616
)
617617
.with_header("User-Agent", "rustcast-update-checker")
618618
.with_header("Accept", "application/vnd.github+json")

0 commit comments

Comments
 (0)