Skip to content

Commit

Permalink
docs updates on links (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed May 6, 2024
1 parent 93cf1b4 commit 73a8348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/features/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ And native tabs for MacOS.

<img alt="Demo native tabs" src="/rio/assets/posts/0.0.17/demo-native-tabs.png" width="70%"/>

See more about it [here](/docs/navigation).
See more about it [here](/docs/next/navigation).
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ language: 'en'

The famous case of "'rio' unknown terminal type".

All the issues all have the same root cause: the rio terminfo is not available. The most common way this happens is SSHing into a computer that does not have the rio terminfo files. The simplest fix would be install the terminfo files on the remote machine (following terminfo instruction in install section [install/terminfo](/docs/install/terminfo))
All the issues all have the same root cause: the rio terminfo is not available. The most common way this happens is SSHing into a computer that does not have the rio terminfo files. The simplest fix would be install the terminfo files on the remote machine (following terminfo instruction in install section [install/terminfo](/docs/0.x.x/install/terminfo))

Other alternative is use a different terminfo either in config or per connection with environment variable like `TERM=xterm-256color ssh`.

Expand Down

0 comments on commit 73a8348

Please sign in to comment.