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:
Bryan Helmkamp 2026-03-17 08:22:12 -04:00
parent b0766afc8f
commit 870907656c
No known key found for this signature in database

View file

@ -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/")?;