From e803e5abc1558522f3e63eee567a80a1e91e8c6f Mon Sep 17 00:00:00 2001 From: lsgunnlsgunn Date: Fri, 15 Jan 2021 13:56:06 -0800 Subject: [PATCH] Update the Quickstart link to the new file name, and a step for checking the network deployment to the release process doc --- docs/process/release.adoc | 3 ++- src/dfx/assets/new_project_files/README.md | 2 +- src/dfx/assets/welcome.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/process/release.adoc b/docs/process/release.adoc index 52ad269def..a8b5105d67 100644 --- a/docs/process/release.adoc +++ b/docs/process/release.adoc @@ -392,7 +392,8 @@ link:https://dfinity.slack.com/archives/CUXGQBABF/p1594954197000100[_#build-noti about the successful publishing of the dfx tarballs. . Install the build using the `DFX_VERSION=` environment variable. -. Run through the link:https://staging--eloquent-poitras-af14f0.netlify.app/docs/quickstart/quickstart.html[_Quick start_] steps. +. Run through the link:https://sdk.dfinity.org/docs/quickstart/local-quickstart.html[_Quick start - Local development_] steps. +. Run through link:https://sdk.dfinity.org/docs/quickstart/network-quickstart.html#ping-the-network[Check the connection to the network] and link:https://sdk.dfinity.org/docs/quickstart/network-quickstart.html#net-deploy[Register, build, and deploy the application] steps to deploy to the network. . Notify link:https://app.slack.com/client/T43F9UHS5/CGA566TPV[#eng-sdk] team members that the new build is ready for manual installation and testing. . Update the link:https://docs.google.com/spreadsheets/d/1pIblGqIeqapzptOtDb4h0LjJKDFIYXRxJrX9VaphfjA/edit#gid=725289684[_release notes_] spreadsheet and documentation based on the Go/No-go list of merged PRs. + diff --git a/src/dfx/assets/new_project_files/README.md b/src/dfx/assets/new_project_files/README.md index 648c2025fb..a9c5c40aa1 100644 --- a/src/dfx/assets/new_project_files/README.md +++ b/src/dfx/assets/new_project_files/README.md @@ -6,7 +6,7 @@ To get started, you might want to explore the project directory structure and th To learn more before you start working with {project_name}, see the following documentation available online: -- [Quick Start](https://sdk.dfinity.org/docs/quickstart/quickstart.html) +- [Quick Start](https://sdk.dfinity.org/docs/quickstart/quickstart-intro.html) - [SDK Developer Tools](https://sdk.dfinity.org/docs/developers-guide/sdk-guide.html) - [Motoko Programming Language Guide](https://sdk.dfinity.org/docs/language-guide/motoko.html) - [Motoko Language Quick Reference](https://sdk.dfinity.org/docs/language-guide/language-manual.html) diff --git a/src/dfx/assets/welcome.txt b/src/dfx/assets/welcome.txt index a9850cdf23..c7c84cea74 100644 --- a/src/dfx/assets/welcome.txt +++ b/src/dfx/assets/welcome.txt @@ -7,7 +7,7 @@ To learn more before you start coding, see the documentation available online: -- Quick Start: https://sdk.dfinity.org/docs/quickstart/quickstart.html +- Quick Start: https://sdk.dfinity.org/docs/quickstart/quickstart-intro.html - SDK Developer Tools: https://sdk.dfinity.org/docs/developers-guide/sdk-guide.html - Motoko Language Guide: https://sdk.dfinity.org/docs/language-guide/motoko.html - Motoko Quick Reference: https://sdk.dfinity.org/docs/language-guide/language-manual.html