summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheogorath2019-03-28 22:36:26 +0100
committerSheogorath2019-03-28 22:45:57 +0100
commit982a12f569dbdd7775ba568ef9aa4d76fc251ab5 (patch)
tree0fc2cfbf6b10fda82d837d6e0d85cf677361171f
parent7cde6958f3e11546d7137eb61071207c6e6cc2b9 (diff)
Fix some remaining references to the old repository
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r--README.md6
-rw-r--r--docs/guides/s3-image-upload.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e6a2e9b6..23b5d944 100644
--- a/README.md
+++ b/README.md
@@ -373,9 +373,9 @@ See more at [http://operational-transformation.github.io/](http://operational-tr
[matrix.org-image]: https://img.shields.io/badge/Matrix.org-%23CodiMD@matrix.org-green.svg
[matrix.org-url]: https://riot.im/app/#/room/#codimd:matrix.org
-[travis-image]: https://travis-ci.org/hackmdio/codimd.svg?branch=master
-[travis-url]: https://travis-ci.org/hackmdio/codimd
-[github-version-badge]: https://img.shields.io/github/release/hackmdio/codimd.svg
+[travis-image]: https://travis-ci.org/codimd/server.svg?branch=master
+[travis-url]: https://travis-ci.org/codimd/server
+[github-version-badge]: https://img.shields.io/github/release/codimd/server.svg
[github-release-page]: https://github.com/codimd/server/releases
[github-release-feed]: https://github.com/codimd/server/releases.atom
[poeditor-image]: https://img.shields.io/badge/POEditor-translate-blue.svg
diff --git a/docs/guides/s3-image-upload.md b/docs/guides/s3-image-upload.md
index dc5e420d..40ab868a 100644
--- a/docs/guides/s3-image-upload.md
+++ b/docs/guides/s3-image-upload.md
@@ -76,7 +76,7 @@
}
```
-9. In additional to edit `config.json` directly, you could also try [environment variable](https://github.com/hackmdio/hackmd#environment-variables-will-overwrite-other-server-configs).
+9. In additional to edit `config.json` directly, you could also try [environment variable](https://github.com/codimd/server#environment-variables-will-overwrite-other-server-configs).
## Related Tools