From 3ab7947b53ae1a8ba41111b29c34585a188718ae Mon Sep 17 00:00:00 2001 From: A1lo Date: Sun, 8 Sep 2024 05:59:22 +0800 Subject: [PATCH] chore: update the branch name (#35787) --- files/en-us/learn/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/learn/index.md b/files/en-us/learn/index.md index 7985001340d0534..d200dd779794f08 100644 --- a/files/en-us/learn/index.md +++ b/files/en-us/learn/index.md @@ -76,7 +76,7 @@ There are patterns that make it easier to find these resources, for example: ## Getting our code examples The code examples you'll encounter in the Learning Area are all [available on GitHub](https://github.com/mdn/learning-area/). -If you want to copy them all to your computer, the easiest way is to [download a ZIP of the latest master code branch](https://codeload.github.com/mdn/learning-area/zip/main). +If you want to copy them all to your computer, the easiest way is to [download a ZIP of the latest main code branch](https://codeload.github.com/mdn/learning-area/zip/main). If you prefer to copy the repo in a more flexible way that allows for automatic updates, you can follow the more complex instructions: @@ -90,7 +90,7 @@ If you prefer to copy the repo in a more flexible way that allows for automatic 4. You can now enter the directory and find the files you are after (either using your Finder/File Explorer or the [`cd` command]()). -You can update the `learning-area` repository with any changes made to the master version on GitHub with the following steps: +You can update the `learning-area` repository with any changes made to the main version on GitHub with the following steps: 1. In your command prompt/terminal, go inside the `learning-area` directory using `cd`. For example, if you were in the parent directory: