Skip to content

Commit d0f1b5e

Browse files
committed
use rioterm.com
1 parent f007fc3 commit d0f1b5e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,4 +307,4 @@ metadata:
307307
maintainers: [Raphael Amorim <rapha850 at gmail dot com>]
308308
license: MIT
309309
description: A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
310-
homepage: https://rioterm.dev
310+
homepage: https://rioterm.com

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config = {
2424
title: 'Rio Terminal',
2525
tagline: tagline[CURRENT_LOCALE],
2626
favicon: '/assets/rio-logo.ico',
27-
url: 'https://rioterm.dev',
27+
url: 'https://rioterm.com',
2828
trailingSlash: false,
2929
baseUrl: '/',
3030
organizationName: 'raphamorim',

docs/static/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rioterm.dev
1+
rioterm.com

frontends/rioterm/src/router/routes/welcome.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ fn welcome_content() -> String {
8484
#[cfg(not(target_os = "macos"))]
8585
let shortcut = "\"Control\" + \"Shift\" + \",\" (comma)";
8686

87-
format!("Your configuration file will be created in\n{}\n\nTo open settings menu use\n{}\n\n\n\nMore info in rioterm.dev
87+
format!("Your configuration file will be created in\n{}\n\nTo open settings menu use\n{}\n\n\n\nMore info in rioterm.com
8888
", rio_backend::config::config_file_path().display(), shortcut)
8989
}

pkgRio.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ in
9797
buildFeatures = ["x11" "wayland"];
9898
meta = {
9999
description = "A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers";
100-
homepage = "https://rioterm.dev";
100+
homepage = "https://rioterm.com";
101101
license = lib.licenses.mit;
102102
platforms = lib.platforms.unix;
103103
changelog = "https://github.com/raphamorim/rio/blob/master/CHANGELOG.md";

0 commit comments

Comments
 (0)