Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Feb 25, 2025
1 parent b20f2a3 commit 58e466e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,4 @@ metadata:
maintainers: [Raphael Amorim <rapha850 at gmail dot com>]
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
2 changes: 1 addition & 1 deletion frontends/rioterm/src/router/routes/welcome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
2 changes: 1 addition & 1 deletion pkgRio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 58e466e

Please sign in to comment.