From f92a681834d619c715abaab2098687dc0fac4c6e Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 11 Sep 2017 07:58:48 +0100 Subject: [PATCH] Upversion to 1.0.0rc3 --- project.clj | 2 +- src/smeagol/sanity.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index f2c958e..eb2ad78 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject smeagol "0.99.9-SNAPSHOT" +(defproject smeagol "1.0.0-rc3" :description "A simple Git-backed Wiki inspired by Gollum" :url "https://github.com/simon-brooke/smeagol" :license {:name "GNU General Public License,version 2.0 or (at your option) any later version" diff --git a/src/smeagol/sanity.clj b/src/smeagol/sanity.clj index 650eb85..02f7b2d 100644 --- a/src/smeagol/sanity.clj +++ b/src/smeagol/sanity.clj @@ -343,7 +343,7 @@ [:p (as-hiccup :see-documentation messages) [:a {:href - "https://github.com/journeyman-cc/smeagol/blob/develop/resources/public/content/Deploying%20Smeagol.md"} + "https://github.com/journeyman-cc/smeagol/blob/master/resources/public/content/Deploying%20Smeagol.md"} (as-hiccup :here messages)]]] [:footer [:div {:id "credits"}