mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Use fabro.sh/discord redirect instead of direct Discord invite URL
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b0766afc8f
commit
870907656c
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ async fn main_inner() -> (String, Result<()>) {
|
|||
std::process::exit(exit_code);
|
||||
}
|
||||
Command::Discord => {
|
||||
open::that("https://discord.gg/KE6w49Vg")?;
|
||||
open::that("https://fabro.sh/discord")?;
|
||||
}
|
||||
Command::Docs => {
|
||||
open::that("https://docs.fabro.sh/")?;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue