From 216a950d5ccd4cf0ab5de8ef6eec0eda343fb04a Mon Sep 17 00:00:00 2001 From: crschnick Date: Wed, 4 Oct 2023 17:19:32 +0000 Subject: [PATCH] Fix broken links in changelog --- dist/changelogs/1.7.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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