fix(docs): fix broken external links in rust-client documentation#311
Open
alelpoan wants to merge 6 commits into
Open
fix(docs): fix broken external links in rust-client documentation#311alelpoan wants to merge 6 commits into
alelpoan wants to merge 6 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All broken links pointed to the old domain 0xmiden.github.io which no longer exists.
Replaced with correct URLs on docs.miden.xyz.
Changes:
builder/tools/clients/rust-client/design.md:
https://0xmiden.github.io/miden-docs/imported/miden-vm/src/intro/main.html→
https://docs.miden.xyz/reference/miden-vm/https://0xmiden.github.io/miden-docs/imported/miden-base/src/transaction.html→
https://docs.miden.xyz/reference/protocol/transactionbuilder/tools/clients/rust-client/get-started/create-account-use-faucet.md:
https://0xMiden.github.io/miden-docs/miden-client/cli-reference.html→
https://docs.miden.xyz/builder/tools/clients/rust-client/https://0xMiden.github.io/miden-docs/miden-client/index.html→
https://docs.miden.xyz/builder/tools/clients/rust-client/builder/tools/clients/rust-client/get-started/p2p-public.md:
https://0xMiden.github.io/miden-docs/miden-base/architecture/notes.html#note-storage-mode→
https://docs.miden.xyz/reference/protocol/note/#note-storage-modehttps://0xMiden.github.io/miden-docs/miden-client/cli-reference.html→
https://docs.miden.xyz/builder/tools/clients/rust-client/https://0xMiden.github.io/miden-docs/miden-base/architecture/accounts.html→
https://docs.miden.xyz/reference/protocol/account/builder/tools/clients/rust-client/get-started/p2p-private.md:
https://0xMiden.github.io/miden-docs/miden-client/cli-reference.html→
https://docs.miden.xyz/builder/tools/clients/rust-client/https://0xMiden.github.io/miden-docs/miden-client/index.html→
https://docs.miden.xyz/builder/tools/clients/rust-client/builder/tools/clients/rust-client/cli/cli-config.md:
https://0xMiden.github.io/miden-vm/user_docs/assembly/debugging.html→
https://docs.miden.xyz/reference/compiler/guides/debuggerbuilder/tools/clients/rust-client/cli/cli-troubleshooting.md:
https://0xmiden.github.io/miden-docs/imported/miden-base/src/transaction.html#transaction-lifecycle→
https://docs.miden.xyz/reference/protocol/transaction/#transaction-lifecycle(appears twice)
Test plan:
Documentation-only change; no code paths affected.