From 474b529050e05f2b7087f2df4f25466389855cd3 Mon Sep 17 00:00:00 2001 From: crschnick Date: Fri, 22 Mar 2024 09:02:28 +0000 Subject: [PATCH] Fix dead link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d59365a5..7b0618d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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