From d1a701fe0a1e93f09b8baa2631b38455c5f7aada Mon Sep 17 00:00:00 2001 From: lsgunnlsgunn Date: Mon, 23 Mar 2020 14:38:44 -0700 Subject: [PATCH] Fix links to intro pages. --- modules/ROOT/pages/download.adoc | 2 +- modules/quickstart/pages/quickstart.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/download.adoc b/modules/ROOT/pages/download.adoc index 0b4ac055a..6231254ff 100644 --- a/modules/ROOT/pages/download.adoc +++ b/modules/ROOT/pages/download.adoc @@ -40,7 +40,7 @@ DFX_VERSION=0.5.2 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" == Next steps -For information about the next steps to take, see link:../developers-guide/getting-started{outfilesuffix}[Getting started]in the link:../developers-guide/dev-index{outfilesuffix}[_Developer’s Guide_]. +For information about the next steps to take, see link:../developers-guide/getting-started{outfilesuffix}[Getting started]in the link:../developers-guide/introduction-key-concepts{outfilesuffix}[_Developer’s Guide_]. //// == Download a packaged release diff --git a/modules/quickstart/pages/quickstart.adoc b/modules/quickstart/pages/quickstart.adoc index 8e7574fc8..a0328ee7b 100644 --- a/modules/quickstart/pages/quickstart.adoc +++ b/modules/quickstart/pages/quickstart.adoc @@ -221,7 +221,7 @@ dfx stop == Next steps This _Quick start_ touched on only a few key steps to introduce the basic workflow you follow to develop programs of your own. -There are more detailed examples and tutorials for you to explore in the link:../developers-guide/dev-index{outfilesuffix}[_Developer’s Guide_] and in the link:../language-guide/index{outfilesuffix}[_{proglang} Programming Language Guide_]. +There are more detailed examples and tutorials for you to explore in the link:../developers-guide/introduction-key-concepts{outfilesuffix}[_Developer’s Guide_] and in the link:../language-guide/motoko{outfilesuffix}[_{proglang} Programming Language Guide_]. * Have questions? mailto:support@dfinity.org?subject=Quickstart[Contact us]. * Want to join the community? Visit our https://forum.dfinity.org/[community forum].