summaryrefslogtreecommitdiff
path: root/docs/guides/migrations-and-breaking-changes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/migrations-and-breaking-changes.md')
-rw-r--r--docs/guides/migrations-and-breaking-changes.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/guides/migrations-and-breaking-changes.md b/docs/guides/migrations-and-breaking-changes.md
index 593af446..20fa40f5 100644
--- a/docs/guides/migrations-and-breaking-changes.md
+++ b/docs/guides/migrations-and-breaking-changes.md
@@ -9,20 +9,20 @@ We dropped support for node 6 with this version. If you have any trouble running
This is not a breaking change, but to stay up to date with the community
repository, you may need to update a few urls. This is not a breaking change.
-See more at [issue #10](https://github.com/codimd/server/issues/10)
+See more at [issue #10](https://github.com/hedgedoc/server/issues/10)
### Native setup using git
-Change the upstream remote using `git remote set-url origin https://github.com/codimd/server.git`.
+Change the upstream remote using `git remote set-url origin https://github.com/hedgedoc/server.git`.
### Docker
-When you use our [container repository](https://github.com/codimd/container)
-(which was previously `codimd-container`) all you can simply run `git pull` and
+When you use our [container repository](https://github.com/hedgedoc/container)
+(which was previously `hedgedoc-container`) all you can simply run `git pull` and
your `docker-compose.yml` will be updated.
When you setup things yourself, make sure you use the new image:
-[`quay.io/codimd/server`](https://quay.io/repository/codimd/server?tab=tags).
+[`quay.io/hedgedoc/server`](https://quay.io/repository/hedgedoc/server?tab=tags).
### Heroku