From 017ec5174ee0b2c4d2cbcfe41e7c9cb846d91575 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Tue, 5 Aug 2025 18:30:09 +0200 Subject: [PATCH] fix: Broken docs links --- examples/example_confidential_image/build_debian_image.sh | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example_confidential_image/build_debian_image.sh b/examples/example_confidential_image/build_debian_image.sh index c7a928dff..e245d724e 100644 --- a/examples/example_confidential_image/build_debian_image.sh +++ b/examples/example_confidential_image/build_debian_image.sh @@ -46,7 +46,7 @@ error_handler() { echo "" echo "An error occured while building the image and the process was not completed properly." echo "Please check the log, fix any error if required and restart the script." - echo "For more help see https://docs.aleph.im/computing/confidential/encrypted-disk/" + echo "For more help see https://docs.aleph.cloud/devhub/compute-resources/confidential-instances/03-confidential-instance-create-encrypted-disk.html" } trap error_handler ERR diff --git a/pyproject.toml b/pyproject.toml index da518dcfe..dec8fe100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ ] urls.Discussions = "https://community.aleph.im/" -urls.Documentation = "https://docs.aleph.im/nodes/compute/" +urls.Documentation = "https://docs.aleph.cloud/nodes/compute/introduction/" urls.Issues = "https://github.com/aleph-im/aleph-vm/issues" urls.Source = "https://github.com/aleph-im/aleph-vm" scripts.aleph-vm = "aleph.vm.orchestrator.cli:main"