From 47ba5ef22fd501f52b8505ccdabbcfaa96588950 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Wed, 23 May 2012 13:03:14 +0200 Subject: [PATCH] herald wouldn't correctly show the link, so I changed the link to inline syntax --- notes/about.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/notes/about.markdown b/notes/about.markdown index 01fbb70cf..62e921d0a 100644 --- a/notes/about.markdown +++ b/notes/about.markdown @@ -1,3 +1 @@ -[sbt-dependency-graph][gh] is an sbt plugin to visualize dependencies of your build. - -[gh]:https://github.com/jrudolph/sbt-dependency-graph/ \ No newline at end of file +[sbt-dependency-graph](https://github.com/jrudolph/sbt-dependency-graph/) is an sbt plugin to visualize dependencies of your build.