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"