From 08680b2933bf5a3856b527afdf0ef3a53af2226e Mon Sep 17 00:00:00 2001 From: johnnygreeney <42342220+johnnygreeney@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:32:41 +0100 Subject: [PATCH] Update basics.mdx fix link to 'language tour' --- src/pages/example--hello-world/basics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/example--hello-world/basics.mdx b/src/pages/example--hello-world/basics.mdx index 1ee400a..923c30c 100644 --- a/src/pages/example--hello-world/basics.mdx +++ b/src/pages/example--hello-world/basics.mdx @@ -18,7 +18,7 @@ You can find code supporting this tutorial on [Aiken's main repository](https:// When encountering an unfamiliar syntax or concept, do not hesitate to refer to - the [language-tour](/language-tour) for details and extra examples. + the [language-tour](/language-tour/primitive-types) for details and extra examples. ## Pre-requisites