Skip to content

Commit f5d59a2

Browse files
authored
Update new-course.md
1 parent 6017e79 commit f5d59a2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

β€Ž.github/ISSUE_TEMPLATE/new-course.mdβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ Please look through the existing courses and make sure we aren't covering this o
2525

2626
**Authoring steps**
2727

28-
- [ ] Read the [Quickstart Guide](https://github.com/githublearn/quickstart-guide) on how to build courses.
28+
- [ ] Read the [Quickstart Guide](https://github.com/githublearn/.github/blob/main/QUICKSTART.md) on how to build courses.
2929
- [ ] Start by making the new repository using [template-template](https://github.com/githublearn/template-template).
3030
> This will make the license file, `.gitignore`, and outline your course for you.
3131
> Start in _private_ as you work on your course.
32-
- [ ] Configure the new repository. [πŸ”—](https://github.com/githublearn/quickstart-guide#set-up-your-repository)
32+
- [ ] Configure the new repository. [πŸ”—](https://github.com/githublearn/.github/blob/main/QUICKSTART.md#set-up-your-repository)
3333
- [ ] Settings: Enable the template repository.
3434
- [ ] Settings: Add a 1280Γ—640 social image.
3535
- [ ] Settings: Disable wikis, sponsorships, projects, discussions.
3636
- [ ] Settings: Enable only squash merging.
3737
- [ ] Settings: Enable auto-delete head branches.
3838
- [ ] Code/About: Add a description and tags.
3939
- [ ] Code/About: Disable releases, packages, and environments.
40-
- [ ] Build the README. [πŸ”—](https://github.com/githublearn/quickstart-guide#writing-your-readme)
40+
- [ ] Build the README. [πŸ”—](https://github.com/githublearn/.github/blob/main/QUICKSTART.md#writing-your-readme)
4141
> Go through the TBDs in the template README file, and follow the Quickstart Guide.
42-
- [ ] Build the steps. [πŸ”—](https://github.com/githublearn/quickstart-guide#writing-your-actions-workflow-files)
42+
- [ ] Build the steps. [πŸ”—](https://github.com/githublearn/.github/blob/main/QUICKSTART.md#writing-your-actions-workflow-files)
4343
> Go through the TBDs in the template workflow files, and follow the Quickstart Guide.
44-
- [ ] Test your course. [πŸ”—](https://github.com/githublearn/quickstart-guide#testing-and-monitoring-your-course)
44+
- [ ] Test your course. [πŸ”—](https://github.com/githublearn/.github/blob/main/QUICKSTART.md#testing-and-monitoring-your-course)
4545
- [ ] Verify the course works as expected.
46-
- [ ] Review the [Quickstart Guide: Best practices](https://github.com/githublearn/quickstart-guide#best-practices-for-building-courses) to see if you've missed anything.
46+
- [ ] Review the [Quickstart Guide: Best practices](https://github.com/githublearn/.github/blob/main/QUICKSTART.md#best-practices-for-building-courses) to see if you've missed anything.
4747
- [ ] Have someone review the content. @???
4848
- [ ] Get a technical review for the course. @???
4949
- [ ] Publish your course.

0 commit comments

Comments
Β (0)