-
Notifications
You must be signed in to change notification settings - Fork 4
Typos in links #15
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
Typos in links #15
Conversation
Fixed typos in the links from CPP_HPC to CPP_LabGuide
Reviewer's Guide by SourceryThis pull request fixes typos in the links within the contributing.md file, updating references from CPP_HPC to CPP_LabGuide. File-Level Changes
Tips
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @fcerpe - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟡 Documentation: 2 issues found
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.
@@ -4,17 +4,17 @@ Something is not clear or incorrenct or incomplete, something needs some updates | |||
|
|||
## Submit an issue (no git/github skills required) | |||
|
|||
Open an issue from [here](https://github.com/cpp-lln-lab/CPP_HPC/issues/new/choose) and try to be the most detailed possible. | |||
Open an issue from [here](https://github.com/cpp-lln-lab/CPP_LabGuide/issues/new/choose) and try to be the most detailed possible. | |||
|
|||
## Make the changes your self (minor git/github skills required) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (documentation): Typo: 'your self' should be 'yourself'
|
||
Each article/section of the website is a specific markdown file with the same transparent name (more or less). | ||
|
||
### Edit from github | ||
|
||
Just find the the markdown file you want to edit (eg the one for this section [contributing.md](https://github.com/cpp-lln-lab/CPP_HPC/blob/main/doc/contributing.md)) and click on `edit` (the pen icon) on the top right. | ||
Just find the the markdown file you want to edit (eg the one for this section [contributing.md](https://github.com/cpp-lln-lab/CPP_LabGuide/blob/main/doc/contributing.md)) and click on `edit` (the pen icon) on the top right. | ||
|
||
When done, click on `commit changes` (green botton on the top right) and select `Create a new branch for this commit and start a pull request` and then `Commit changes`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (documentation): Typo: 'botton' should be 'button'
Fixed typos in the links from CPP_HPC to CPP_LabGuide
Summary by Sourcery
Correct typos in documentation links by updating references from CPP_HPC to CPP_LabGuide.
Documentation: