From b528b39ac4331a3a9da13bee606d64cc783edcc8 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Fri, 24 May 2024 21:21:00 +0200 Subject: [PATCH] fix: add link to the Hello World tutorial --- .../start-your-journey/uploading-a-project-to-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/start-your-journey/uploading-a-project-to-github.md b/content/get-started/start-your-journey/uploading-a-project-to-github.md index de48cc9c5427..3737c308b4f9 100644 --- a/content/get-started/start-your-journey/uploading-a-project-to-github.md +++ b/content/get-started/start-your-journey/uploading-a-project-to-github.md @@ -54,7 +54,7 @@ So far, you should only see one file listed in the repository, the `README.md` f Your repository's README file is typically the first item someone will see when visiting your repository. It usually contains information on what your project is about and why your project is useful. -As we learned in the "Hello world" tutorial, the README file (`README.md`) is written in Markdown syntax. {% data reusables.getting-started.what-is-markdown %} +As we learned in the "[AUTOTITLE](/get-started/start-your-journey/hello-world)" tutorial, the README file (`README.md`) is written in Markdown syntax. {% data reusables.getting-started.what-is-markdown %} In this step, we'll edit your project's `README.md` using Markdown so that it includes some basic information about your project.