Skip to content

Commit 1df0d5b

Browse files
author
jordanmccullough
committed
Remove remaining <a>, replace with Markdown link
Ensures the Markdown files are 100% only Markdown without any HTML tags
1 parent c358654 commit 1df0d5b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

workbooks/github-advanced.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ $ git commit --amend
239239
## Advanced GitHub Issues
240240

241241
### Summary
242-
* <a href="https://guides.github.com/overviews/issues/" class="githublink">Guide to Mastering Issues</a>
243-
* <a href="https://help.github.com/articles/closing-issues-via-commit-messages" class="githublink">Automatic closing of Issues by commit</a>
242+
* [Guide to Mastering Issues](https://guides.github.com/overviews/issues/)
243+
* [Automatic closing of Issues by commit](https://help.github.com/articles/closing-issues-via-commit-messages)
244244
* Symmetric cross-links of issue mentions
245245
* Cross-repo Issue mentions
246246

@@ -429,8 +429,8 @@ $ git rebase -i [remote]/[branch]
429429
## Advanced rebasing
430430

431431
### Summary
432-
* <a href="http://git-scm.com/book/ch3-6.html" class="booklink">Rebasing chapter of Pro Git book</a>
433-
* <a href="http://git-scm.com/book/ch3-6.html#More-Interesting-Rebases" class="booklink">Git rebase --onto section of Pro Git book</a>
432+
* [Rebasing chapter of Pro Git book](http://git-scm.com/book/ch3-6.html)
433+
* [Git rebase --onto section of Pro Git book](http://git-scm.com/book/ch3-6.html#More-Interesting-Rebases)
434434
* Changing where branch history begins
435435
* Moving blocks of history around
436436
* Breadcrumbs for later fixups and squashes
@@ -605,9 +605,9 @@ $ git credential-cache exit
605605
* Classic authentication with GitHub
606606
* Diminishing in use at HTTPS increases
607607
* Blocked by more firewalls
608-
* <a href="https://help.github.com/articles/generating-ssh-keys" class="booklink">Generate SSH key</a>
609-
* <a href="https://github.com/settings/ssh" class="githublink">Upload public key to GitHub</a>
610-
* <a href="https://github.com/settings/ssh" class="githublink">Audit SSH key use</a>
608+
* [Generate SSH key](https://help.github.com/articles/generating-ssh-keys)
609+
* [Upload public key to GitHub](https://github.com/settings/ssh)
610+
* [Audit SSH key use](https://github.com/settings/ssh)
611611

612612

613613
#### Details
@@ -637,9 +637,9 @@ $ gitk --all
637637
## Widely used GUIs
638638

639639
### Summary
640-
* <a href="http://git-scm.com/downloads/guis" class="weblink">Listing of GUIs</a>
641-
* <a href="http://eclipse.github.com" class="weblink">eGit for Eclipse</a>
642-
* <a href="http://www.syntevo.com/smartgithg/" class="weblink">SmartGit for Windows, Mac, Linux</a>
640+
* [Listing of GUIs](http://git-scm.com/downloads/guis)
641+
* [eGit for Eclipse](http://eclipse.github.com)
642+
* [SmartGit for Windows, Mac, Linux](http://www.syntevo.com/smartgithg/)
643643

644644
## Refspecs
645645
### Summary

workbooks/github-intermediate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ git config --global color.ui auto
3232

3333
## Configuing the Git User
3434
### Summary
35-
* <a href="http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup" class="booklink">Pro Git Book: First Time Git Setup</a>
35+
* [Pro Git Book: First Time Git Setup](http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup)
3636
* Username
3737
* Email address
3838
* No password

0 commit comments

Comments
 (0)