dfinity / portal

Internet Computer Developer Portal
https://internetcomputer.org
Apache License 2.0
83 stars 438 forks source link

Invalid quick start links for dfx 0.9.3 #1577

Closed sandeepV2 closed 1 year ago

sandeepV2 commented 1 year ago

Environment: node - v16.19.0 dfx - 0.9.3

Command used to install dfx: DFX_VERSION=0.9.3 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"

After creating new project I get the following links to get started. `$ dfx new hello

To learn more before you start coding, see the documentation available online:

None of the mentioned links are working and end up in page not found error.

Screenshot 2023-06-14 at 5 38 09 PM

Am i missing something here ? or May be we should update the doc links.

sesi200 commented 1 year ago

dfx 0.9.3 is extremely outdated (released 15 months ago). Please use a version that is (somewhat) current

sandeepV2 commented 1 year ago

Thank you @sesi200 , The tutorial i am following must be pretty old.