diff options
author | Sheogorath | 2019-03-27 19:31:20 +0100 |
---|---|---|
committer | Sheogorath | 2019-03-27 19:31:34 +0100 |
commit | 7cde6958f3e11546d7137eb61071207c6e6cc2b9 (patch) | |
tree | 904db537d035046d8708c29dc9106a6c8ea54030 /package.json | |
parent | 50c80c99a4246c60026517b8632a1bbb05e1fe5c (diff) |
Update links to new repositories
After a long discussion, it turned out that CodiMD as community project
and HackMD as a company, have fundamental different views on the project
governance.
Due to this, it came to point where the decision for a fork was made.
After the fork and move towards an own organisation, this patch updates
all links inside the project to the new repositories.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a3da0ba7..845bc39a 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "engines": { "node": ">=6.x" }, - "bugs": "https://github.com/hackmdio/codimd/issues", + "bugs": "https://github.com/codimd/server/issues", "keywords": [ "Collaborative", "Markdown", @@ -159,7 +159,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/hackmdio/codimd.git" + "url": "https://github.com/codimd/server.git" }, "devDependencies": { "babel-cli": "^6.26.0", |