diff --git a/dist/changelogs/1.7.0.md b/dist/changelogs/1.7.0.md index 7fb56eea2..d46e4c168 100644 --- a/dist/changelogs/1.7.0.md +++ b/dist/changelogs/1.7.0.md @@ -9,7 +9,7 @@ The idea is to create modular and reusable init scripts in XPipe that will be ru You can set certain scripts to be executed for every connection, allowing you to create a consistent environment across all remote systems. As of now, there is only one set of scripts for enabling starship in your shell connections as a proof of concept. -However, you can contribute custom scripts [here](https://github.com/xpipe-io/xpipe/tree/1.7/ext/base/src/main/java/io/xpipe/ext/base/script/PredefinedScriptStore.java) and [here](https://github.com/xpipe-io/xpipe/tree/1.7/ext/base/src/main/resources/io/xpipe/ext/base/resources/scripts). +However, you can contribute custom scripts [here](https://github.com/xpipe-io/xpipe/tree/master/ext/base/src/main/java/io/xpipe/ext/base/script/PredefinedScriptStore.java) and [here](https://github.com/xpipe-io/xpipe/tree/master/ext/base/src/main/resources/io/xpipe/ext/base/resources/scripts). ### States