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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ Canister sandboxing is enabled to be consistent with the mainnet.
It is now possible to do e.g. `dfx ledger account-id --of-canister fg7gi-vyaaa-aaaal-qadca-cai` as well as `dfx ledger account-id --of-canister my_canister_name` when checking the ledger account id of a canister.
Previously, dfx only accepted canister aliases and produced an error message that was hard to understand.

### fix: print links to cdk-rs docs in dfx new

### ic-ref

Updated ic-ref to 0.0.1-1fba03ee
Expand Down
5 changes: 3 additions & 2 deletions src/dfx/assets/welcome.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ To learn more before you start coding, see the documentation available online:

- Quick Start: https://internetcomputer.org/docs/current/developer-docs/quickstart/hello10mins/
- SDK Developer Tools: https://internetcomputer.org/docs/current/developer-docs/build/install-upgrade-remove/
- Motoko Language Guide: https://internetcomputer.org/docs/current/developer-docs/build/languages/motoko/
- Motoko Quick Reference: https://internetcomputer.org/docs/current/developer-docs/build/languages/motoko/language-manual
- Motoko Language Guide: https://internetcomputer.org/docs/current/developer-docs/build/cdks/motoko/
- Motoko Quick Reference: https://internetcomputer.org/docs/current/developer-docs/build/cdks/motoko/language-manual/
- Rust CDK Guide: https://internetcomputer.org/docs/current/developer-docs/build/cdks/cdk-rs-dfinity/

If you want to work on programs right away, try the following commands to get started:

Expand Down