summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--app.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe25ef23..3f3bdf04 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ that by providing one-click installation on Heroku or
[Sandstorm](https://sandstorm.io) platforms and verified
[Docker](https://www.docker.com) images.
-[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
+[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/wekan/wekan/tree/master)
Wekan is released under the very permissive [MIT license](LICENSE), and made
with [Meteor](https://www.meteor.com).
diff --git a/app.json b/app.json
index 588530d5..ea4c1a6f 100644
--- a/app.json
+++ b/app.json
@@ -2,7 +2,7 @@
"name": "Wekan",
"description": "The open-source Trello-like kanban",
"repository": "https://github.com/wekan/wekan",
- "logo": "https://raw.githubusercontent.com/wekan/wekan/heroku/meta/icons/wekan-150.png",
+ "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
"keywords": ["productivity", "tool", "team", "kanban"],
"website": "http://wekan.io",
"env": {