diff --git a/public/learning-course/getting-started/forking-and-cloning/cloning.webm b/public/learning-course/getting-started/forking-and-cloning/cloning.webm index b95b2b28..5a4ce80e 100644 Binary files a/public/learning-course/getting-started/forking-and-cloning/cloning.webm and b/public/learning-course/getting-started/forking-and-cloning/cloning.webm differ diff --git a/public/learning-course/getting-started/forking-and-cloning/forking.webm b/public/learning-course/getting-started/forking-and-cloning/forking.webm index 001e5eda..c09e7022 100644 Binary files a/public/learning-course/getting-started/forking-and-cloning/forking.webm and b/public/learning-course/getting-started/forking-and-cloning/forking.webm differ diff --git a/src/content/docs/learning-course/getting-started/forking-and-cloning.mdx b/src/content/docs/learning-course/getting-started/forking-and-cloning.mdx index 98c66270..49c0524f 100644 --- a/src/content/docs/learning-course/getting-started/forking-and-cloning.mdx +++ b/src/content/docs/learning-course/getting-started/forking-and-cloning.mdx @@ -9,10 +9,11 @@ import ContentFigure from '@components/ContentFigure.astro'; ## Forking -Before beginning, it's necessary to create your own fork of the relevant repository. +Before beginning, it's necessary to create your own fork of the FRCSoftware.org GitHub repository. Before doing so, you need to have followed the instructions in the "Required Tools" section. -To fork, go to the repository you intend to copy (for example, https://github.com/frcsoftware/Stage1-Template-REV) and click the "Fork" button in the top right corner. +To fork, go to the FRCSoftware.org repository and click the "Fork" button in the top right corner. This will create a copy of the repository under your own GitHub account, allowing you to make changes without affecting the original repository. +All the templates you will use in this course will be located in your forked repository, under the `examples` folder.