Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/example_confidential_image/build_debian_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down