mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Fix dead link
This commit is contained in:
parent
3b6ad291a8
commit
474b529050
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ All code for handling external editors can be found [here](https://github.com/xp
|
|||
|
||||
### Implementing support for a new terminal
|
||||
|
||||
All code for handling external terminals can be found [here](https://github.com/xpipe-io/xpipe/blob/master/app/src/main/java/io/xpipe/app/prefs/ExternalTerminalType.java). There you will find plenty of working examples that you can use as a base for your own implementation.
|
||||
All code for handling external terminals can be found [here](https://github.com/xpipe-io/xpipe/blob/master/app/src/main/java/io/xpipe/app/terminal/ExternalTerminalType.java). There you will find plenty of working examples that you can use as a base for your own implementation.
|
||||
|
||||
### Adding more file icons for specific types
|
||||
|
||||
|
|
Loading…
Reference in a new issue