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

Ruby: Make links in CS section more descriptive #28315

Merged
merged 6 commits into from
Jun 30, 2024

Conversation

Grayvox
Copy link
Contributor

@Grayvox Grayvox commented Jun 30, 2024

Because

As per what I was assigned in the issue below, this fixes the links in "A Very Brief Intro to CS", "Recursive Methods", and "Project: Recursion" to be more descriptive.

This PR

  • Edits line 25 in "A Very Brief Intro to CS"
  • Edits lines 28 and 36 in "Recursive Methods"
  • Edits lines 11, 21 and 22 in "Project: Recursion"

Issue

Related to #28290

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project curriculum contributing guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Intro to HTML and CSS lesson: Fix link text
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
  • If any lesson files are included in this PR, they follow the Layout Style Guide

Rather than using the controversial "history of Git and GitHub" video, this replaces it to have a link to GitHub's official docs on how Git and GitHub work together.
@github-actions github-actions bot added the Content: Ruby Involves the Ruby course label Jun 30, 2024
@Grayvox
Copy link
Contributor Author

Grayvox commented Jun 30, 2024

Definitely sure that those linting issues were already there... 🤨🤨🤨

Copy link
Contributor

@JoshDevHub JoshDevHub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good other that one small punctuation fix.

There are some lint errors in this file. Don't worry they weren't introduced by you. You can feel free to fix them if you want, but I won't require it for merging this PR.

@@ -22,7 +22,7 @@ This section contains a general overview of topics that you will learn in this l
<div class="lesson-content__panel" markdown="1">
1. Watch [Introduction to Algorithms by David Malan](https://www.youtube.com/watch?v=6hfOvs8pY1k) on TedEd to see how to think about algorithms.
2. Watch [What is an Algorithm?](https://youtu.be/e_WfC8HwVB8) on YouTube for a more structured look at solving problems using algorithms.
3. Read [this Quora answer about the importance of algorithms in web development](https://qr.ae/py3NAc) to get some context for why we're going over this stuff.
3. Read this Quora answer about [the importance of algorithms in web development](https://qr.ae/py3NAc) to get some context for why were going over this stuff.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
3. Read this Quora answer about [the importance of algorithms in web development](https://qr.ae/py3NAc) to get some context for why were going over this stuff.
3. Read this Quora answer about [the importance of algorithms in web development](https://qr.ae/py3NAc) to get some context for why we're going over this stuff.

Just a small suggestion here to keep the apostrophe character as ' (which we use throughout the curriculum) rather than (which I guess is how it's formatted in Google Docs maybe? And that made it over in copy/paste)

@Grayvox
Copy link
Contributor Author

Grayvox commented Jun 30, 2024

Looks good other that one small punctuation fix.

There are some lint errors in this file. Don't worry they weren't introduced by you. You can feel free to fix them if you want, but I won't require it for merging this PR.

I got you. Went ahead and fixed all other linting in those files in addition to the apostrophe change you suggested. Should be good now!

Copy link
Contributor

@JoshDevHub JoshDevHub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing 🚀

@JoshDevHub JoshDevHub merged commit 255c8ee into TheOdinProject:main Jun 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content: Ruby Involves the Ruby course
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants