From 9981a6c8bafb0630abb3574c1efdc07ff8c58ade Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sat, 2 Mar 2019 14:27:51 +0100 Subject: [PATCH] Fix wrong domain in app.json Signed-off-by: Sheogorath --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 6a6142e..816540d 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,7 @@ "Markdown", "Notes" ], - "website": "https://hackmd.io", + "website": "https://codimd.org", "repository": "https://github.com/hackmdio/codimd", "logo": "https://github.com/hackmdio/codimd/raw/master/public/codimd-icon-1024.png", "success_url": "/",