diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-07-21 17:46:17 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-07-21 17:46:17 -0400 |
commit | df423ae4aff12e8143a52642a3025ee1c0dffcea (patch) | |
tree | 727abcdebd7c3398f5b36f458af7e0c8c961c3e9 /doc/heroku.markdown | |
parent | 3dd20c9c78e61028a4c7db232c7b2b30662a2987 (diff) |
Move repository to Kanboard organization
Diffstat (limited to 'doc/heroku.markdown')
-rw-r--r-- | doc/heroku.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/heroku.markdown b/doc/heroku.markdown index 43b15c72..1891efb0 100644 --- a/doc/heroku.markdown +++ b/doc/heroku.markdown @@ -4,7 +4,7 @@ Deploy Kanboard on Heroku You can try Kanboard for free on [Heroku](https://www.heroku.com/). You can use this one click install button or follow the manual instructions below: -[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/fguillot/kanboard) +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/kanboard/kanboard) Requirements ------------ @@ -17,7 +17,7 @@ Manual instructions ```bash # Get the last development version -git clone https://github.com/fguillot/kanboard.git +git clone https://github.com/kanboard/kanboard.git cd kanboard # Push the code to Heroku (You can also use SSH if git over HTTP doesn't work) |