diff --git a/README.md b/README.md index 761f2bbe4..97e60616d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository holds source code for the creator documentation at [create.roblo If you're unfamiliar with the GitHub contribution process, see [About pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) and the following video. - + ## Reporting Issues @@ -57,7 +57,7 @@ Alternatively, you can use the **GitHub** or **GitHub Pull Request** menus in gi This repository is extremely large, so we recommend using the online options whenever possible. However, if you're already familiar with the general GitHub workflow and want to use an offline text editor, here are the basic steps for contributing to the documentation: -1. Set up [Git](https://docs.github.com/en/get-started/quickstart/set-up-git) and [Git LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage). Alternatively, install a Git client like [GitHub Desktop](https://desktop.github.com). +1. Set up [](https://docs.github.com/en/get-started/quickstart/set-up-git) and [Git LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage). Alternatively, install a Git client like [GitHub Desktop](https://desktop.github.com). 1. Fork this repository. 1. Clone your fork. 1. Navigate to the repository root. @@ -77,7 +77,7 @@ The Roblox documentation has three main document types: Guides benefit massively from practical, real-world use cases, images, code snippets, and diagrams. Most task-based content should include a numbered list. -- Tutorials in `.md` files in [content/en-us/tutorials](./content/en-us/tutorials) +- Tutorials in `.md` files in [content/en-us/tutorials](./content/en-us/tutoraals) Compared to task-based guides, tutorials are more self-contained and take you from _nothing_ to _something_. This focus on creating something specific means they're typically much more prescriptive than guides. Tutorials often touch multiple features and concepts at the same time, demonstrating the connections between tools and strategies.