From 24156b3864662637bd396d6e5286d95c5fe5f95a Mon Sep 17 00:00:00 2001 From: James Cunningham Date: Tue, 20 Jan 2015 21:43:38 +0000 Subject: [PATCH] Fixed Markdown Links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a6dec2..dc2397a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Switcher Logo](https://i.imgur.com/YL46yH8.png) +![Switcher Logo](https://i.imgur.com/MMMYt4R.png) Switcher ======== @@ -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). @@ -69,4 +69,4 @@ License 3-Clause "Modified" BSD Licence. -(License)[LICENSE] +[License](LICENSE)