Merge pull request #129 from benjamin-bader/fix-github-url

Fixing Marginalia's GitHub URL in the source code.
This commit is contained in:
benjamin-bader 2014-02-28 19:42:46 -08:00
commit 9ba5c6ccc7
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ Marginalia is a source code documentation tool that parses Clojure and ClojureSc
To get a quick look at what the Marginalia output looks like, [visit the official site](http://gdeer81.github.io/marginalia/).
**[View the release notes for this version of Marginalia](https://github.com/fogus/marginalia/blob/master/docs/release-notes/marginalia-v0.7.1-release-notes.markdown)**
**[View the release notes for this version of Marginalia](https://github.com/gdeer81/marginalia/blob/master/docs/release-notes/marginalia-v0.7.1-release-notes.markdown)**
Usage
-----

View file

@ -374,7 +374,7 @@
content]
[:div {:class "footer"}
"Generated by "
[:a {:href "https://github.com/fogus/marginalia"} "Marginalia"]
[:a {:href "https://github.com/gdeer81/marginalia"} "Marginalia"]
".  "
"Syntax highlighting provided by Alex Gorbatchev's "
[:a {:href "http://alexgorbatchev.com/SyntaxHighlighter/"}

View file

@ -13,7 +13,7 @@
(count x)))
;; Should have only this comment in the left margin.
;; See [https://github.com/fogus/marginalia/issues/#issue/4](https://github.com/fogus/marginalia/issues/#issue/4)
;; See [https://github.com/gdeer81/marginalia/issues/4](https://github.com/gdeer81/marginalia/issues/4)
(defn parse-bool [v] (condp = (.trim (str v))
"0" false