diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b9bd2df6fb..e4b8e3225d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -307,4 +307,4 @@ metadata: maintainers: [Raphael Amorim ] license: MIT description: A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers. - homepage: https://raphamorim.io/rio + homepage: https://rioterm.dev diff --git a/frontends/rioterm/src/router/routes/welcome.rs b/frontends/rioterm/src/router/routes/welcome.rs index 8ee524e8ef..fb3e31fc02 100644 --- a/frontends/rioterm/src/router/routes/welcome.rs +++ b/frontends/rioterm/src/router/routes/welcome.rs @@ -84,6 +84,6 @@ fn welcome_content() -> String { #[cfg(not(target_os = "macos"))] let shortcut = "\"Control\" + \"Shift\" + \",\" (comma)"; - format!("Your configuration file will be created in\n{}\n\nTo open settings menu use\n{}\n\n\n\nMore info in raphamorim.io/rio + format!("Your configuration file will be created in\n{}\n\nTo open settings menu use\n{}\n\n\n\nMore info in rioterm.dev ", rio_backend::config::config_file_path().display(), shortcut) } diff --git a/pkgRio.nix b/pkgRio.nix index 49eb153f06..94c64b302d 100644 --- a/pkgRio.nix +++ b/pkgRio.nix @@ -97,7 +97,7 @@ in buildFeatures = ["x11" "wayland"]; meta = { description = "A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers"; - homepage = "https://raphamorim.io/rio"; + homepage = "https://rioterm.dev"; license = lib.licenses.mit; platforms = lib.platforms.unix; changelog = "https://github.com/raphamorim/rio/blob/master/CHANGELOG.md";