Skip to content

Commit 8019e8c

Browse files
JLKwongJLKwong
JLKwong
authored and
JLKwong
committed
Revise resources for markdown and GitHub (Fixes treehouses#807)
1 parent 3cc9f8d commit 8019e8c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

pages/vi/githubandmarkdown.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* Create your own Markdown profile page
77
* Understand the GitHub workflow (including forks, repositories, commits, and pull requests)
88

9-
## Preparation
9+
## Readings
1010

11-
[GitHub](https://help.github.com/categories/writing-on-github/) – a web-based hosting service for version control using git, source code management system for treehouses.
11+
[GitHub](https://education.github.com/git-cheat-sheet-education.pdf) – a web-based hosting service for version control using git, source code management system for treehouses.
1212

1313
[Markdown](https://en.wikipedia.org/wiki/Markdown) – a lightweight markup language with plain text formatting syntax.
1414

@@ -17,12 +17,6 @@
1717
### Markdown
1818
The following resources can be used (and bookmarked) to familiarize yourself with Markdown:
1919

20-
- [GitHub – Mastering Markdown](https://guides.github.com/features/mastering-markdown/) - The official GitHub Guide for Markdown syntax.
21-
22-
- [Git Cheat Sheet](https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf) - A resource for commonly used git commands.
23-
24-
- [Markdown cheat sheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - A bigger Markdown cheat sheet with examples.
25-
2620
- [Markdown Tutorial](https://tylingsoft.github.io/tutorial.md/#whats-markdown) - An interactive tutorial to learn Markdown.
2721

2822
- [Markdown Interactive Tutorial](http://www.markdowntutorial.com/lesson/1/) - Another awesome interactive tutorial to experiment and learn more Markdown syntax.
@@ -135,7 +129,9 @@ Someone from our team will review the changes and notify you on gitter. Often th
135129

136130
After the pull request is merged, you'll be able to see your personal page at `treehouses.github.io/#!pages/vi/profiles/<YourUserName>.md`. Let us know in the [gitter.im chat](https://gitter.im/treehouses/Lobby) after you complete this step.
137131

138-
**NOTE**: Try to add and experiment with as many markdown elements as you can and make your page attractive. A list of sample profile pages can be found [**here**](https://github.com/treehouses/treehouses.github.io/tree/master/pages/vi/profiles). Be creative.
139-
132+
**NOTE**: Try to add and experiment with as many markdown elements as you can and make your page attractive. A list of sample profile pages can be found [**here**](https://github.com/treehouses/treehouses.github.io/tree/master/pages/vi/profiles). Be creative. Additional resources for markdown are below:
133+
[GitHub – Mastering Markdown](https://guides.github.com/features/mastering-markdown/) - The official GitHub Guide for Markdown syntax.
134+
[Git Cheat Sheet](https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf) - A resource for commonly used git commands.
135+
[Markdown cheat sheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) - A bigger Markdown cheat sheet with examples.
140136
---
141137
#### Return to [First Steps](firststeps.md#Step_3_-_Markdown_and_Fork_Tutorial)

0 commit comments

Comments
 (0)