Skip to content

Commit 11c99ee

Browse files
committed
feat: update link to new docs
1 parent cd43bee commit 11c99ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/commands/extensions/query.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Command() {
3737
[[ -f ".blueprint/tmp/${n}/$conf_data_directory/update.sh" ]] ||
3838
[[ -f ".blueprint/tmp/${n}/$conf_data_directory/remove.sh" ]]; then
3939
echo -e \
40-
"\x1b[31;1m Utilizes extension scripts, which can be a safety risk. Extensions with installation scripts can cause conflicts and break other extensions. Learn more at \033[0;2mblueprint.zip/docs/?page=documentation/scripts\x1b[0;31;1m.\033[0m"
40+
"\x1b[31;1m Utilizes extension scripts, which can be a safety risk. Extensions with installation scripts can cause conflicts and break other extensions. Learn more at \033[0;2mblueprint.zip/docs/concepts/scripts\x1b[0;31;1m.\033[0m"
4141
fi
4242

4343
# Extension APIs

0 commit comments

Comments
 (0)