File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
frontends/rioterm/src/router/routes Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 1- rioterm.dev
1+ rioterm.com
Original file line number Diff line number Diff 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 \n To open settings menu use\n {}\n \n \n \n More info in rioterm.dev
87+ format ! ( "Your configuration file will be created in\n {}\n \n To open settings menu use\n {}\n \n \n \n More info in rioterm.com
8888 " , rio_backend:: config:: config_file_path( ) . display( ) , shortcut)
8989}
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments