Skip to content

Commit

Permalink
Fixed Markdown Links
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cunningham committed Jan 20, 2015
1 parent 1a78871 commit 24156b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Switcher Logo](https://i.imgur.com/YL46yH8.png)
![Switcher Logo](https://i.imgur.com/MMMYt4R.png)

Switcher
========
Expand Down Expand Up @@ -59,7 +59,7 @@ To test SSH
Why not sslh
------------

Switcher is heavily influenced by (sslh)[https://github.com/yrutschle/sslh]. It started out as a learning exercise to discover how sslh worked and attempt an implementation in Go.
Switcher is heavily influenced by [sslh](https://github.com/yrutschle/sslh). It started out as a learning exercise to discover how sslh worked and attempt an implementation in Go.

The result is useful in its own right through use of Go's interfaces for protocol matching (making adding new protocols trivial), and lightweight goroutines (instead of forking, which is more CPU intensive under load).

Expand All @@ -69,4 +69,4 @@ License

3-Clause "Modified" BSD Licence.

(License)[LICENSE]
[License](LICENSE)

0 comments on commit 24156b3

Please sign in to comment.