Fix dead link

This commit is contained in:
crschnick 2024-03-22 09:02:28 +00:00
parent 3b6ad291a8
commit 474b529050

View file

@ -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