mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Merge branch 'release/1.0.0-rc3' into develop
This commit is contained in:
commit
ccb62b9d6f
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
:description "A simple Git-backed Wiki inspired by Gollum"
|
||||||
:url "https://github.com/simon-brooke/smeagol"
|
:url "https://github.com/simon-brooke/smeagol"
|
||||||
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
|
||||||
|
|
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
[:p (as-hiccup :see-documentation messages)
|
[:p (as-hiccup :see-documentation messages)
|
||||||
[:a
|
[:a
|
||||||
{:href
|
{: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)]]]
|
(as-hiccup :here messages)]]]
|
||||||
[:footer
|
[:footer
|
||||||
[:div {:id "credits"}
|
[:div {:id "credits"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue