Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Motivation and Mindset: Replace 'checkout' with 'check out' and apply hyperlink to 'this article' instead #28607

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion foundations/introduction/motivation_and_mindset.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

So before we get into the meat of the curriculum, we'll cover the following aspects to help you get the most out of The Odin Project: factors that will help you succeed in learning to code and the pitfalls that you should try to avoid.

### Motivation

Check failure on line 7 in foundations/introduction/motivation_and_mindset.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Required heading structure

foundations/introduction/motivation_and_mindset.md:7 TOP004/lesson-headings Required heading structure [Expected: ### Lesson overview; Actual: ### Motivation] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP004.md

Take a moment to think about why you have decided to learn programming.

Expand Down Expand Up @@ -119,7 +119,7 @@
- Play a quick game.
- Go for a short walk outside.

Checkout this article for [more information on breaks & productivity](https://simpleprogrammer.com/taking-breaks-will-boost-productivity/).
Check out [this article](https://simpleprogrammer.com/taking-breaks-will-boost-productivity/) for more information on breaks & productivity.

Check failure on line 122 in foundations/introduction/motivation_and_mindset.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Links have descriptive text labels

foundations/introduction/motivation_and_mindset.md:122 TOP001/descriptive-link-text Links have descriptive text labels [Expected text to not include the words "this" or "here". Use a more descriptive text that clearly conveys the purpose or content of the link.] [Context: "[this article](https://simpleprogrammer.com/taking-breaks-will-boost-productivity/)"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP001.md

#### Digital distractions

Expand Down
Loading