From 1eca1651a5f556b13def17227c1168efe089e7de Mon Sep 17 00:00:00 2001 From: Ben Bader Date: Fri, 28 Feb 2014 19:40:09 -0800 Subject: [PATCH] Fixing Marginalia's GitHub URL in the source code. --- README.md | 2 +- src/marginalia/html.clj | 2 +- src/problem_cases/general.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96d5bbf..908eb71 100644 --- a/README.md +++ b/README.md @@ -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 ----- diff --git a/src/marginalia/html.clj b/src/marginalia/html.clj index b1a4794..b818293 100644 --- a/src/marginalia/html.clj +++ b/src/marginalia/html.clj @@ -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/"} diff --git a/src/problem_cases/general.clj b/src/problem_cases/general.clj index 70dcba4..47924b6 100644 --- a/src/problem_cases/general.clj +++ b/src/problem_cases/general.clj @@ -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