summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorSheogorath2019-03-29 12:31:12 +0100
committerSheogorath2019-03-29 12:31:18 +0100
commit16d84926f98c4beb4b615c85f882d046d6f372f4 (patch)
tree825db168cc6eff2f36930d7b5a59b0877dc65245 /app.json
parent9941d5613b2832835a71f8ed6cd1c5ab3629e5f5 (diff)
Fix logo URL in app.json
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index b580d981..0b5a5152 100644
--- a/app.json
+++ b/app.json
@@ -8,7 +8,7 @@
],
"website": "https://codimd.org",
"repository": "https://github.com/codimd/server",
- "logo": "https://github.com/hackmdio/codimd/raw/master/public/codimd-icon-1024.png",
+ "logo": "https://github.com/codimd/server/raw/master/public/codimd-icon-1024.png",
"success_url": "/",
"env": {
"BUILD_ASSETS": {