summaryrefslogtreecommitdiff
path: root/docs/guides
diff options
context:
space:
mode:
authorTilman Vatteroth2020-11-14 22:24:44 +0100
committerTilman Vatteroth2020-11-14 22:24:44 +0100
commit978538c0de5afcf6cf4a21c0782a6b1e7fa57d9d (patch)
treeb66f5f522e11d5a1fb74e45fc48346678c9123ed /docs/guides
parent6689be4581cb517d7b18237feeab90391158c4a8 (diff)
Correct repo name
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/auth/keycloak.md2
-rw-r--r--docs/guides/migrate-etherpad.md2
-rw-r--r--docs/guides/migrations-and-breaking-changes.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/guides/auth/keycloak.md b/docs/guides/auth/keycloak.md
index 6bb3ce7d..8f85d721 100644
--- a/docs/guides/auth/keycloak.md
+++ b/docs/guides/auth/keycloak.md
@@ -24,7 +24,7 @@ You may note that a separate realm is specified throughout this tutorial. It is
1. Select Client Scopes from the sidebar, and begin to create a new client scope using the Create button.
2. Ensure that the **Name** field is set to `id`.
3. Create a new mapper under the Mappers tab. This should reference the User Property `id`. `Claim JSON Type` should be String and all switches below should be enabled. Save the mapper.
-4. Go to the client you set up in the previous steps using the Clients page, then choose the Client Scopes tab. Apply the scope you've created. This should mitigate errors as seen in [hedgedoc/server#56](https://github.com/hedgedoc/server/issues/56), as the `/userinfo` endpoint should now bring back the user's ID under the `id` key as well as `sub`.
+4. Go to the client you set up in the previous steps using the Clients page, then choose the Client Scopes tab. Apply the scope you've created. This should mitigate errors as seen in [hedgedoc/server#56](https://github.com/hedgedoc/hedgedoc/issues/56), as the `/userinfo` endpoint should now bring back the user's ID under the `id` key as well as `sub`.
---
diff --git a/docs/guides/migrate-etherpad.md b/docs/guides/migrate-etherpad.md
index 00a48d2f..79784ef7 100644
--- a/docs/guides/migrate-etherpad.md
+++ b/docs/guides/migrate-etherpad.md
@@ -123,6 +123,6 @@ I put this file into my `etherpad.example.com` nginx config, such that all the u
redirected accordingly.
[etherpad 1.7.0]: https://github.com/ether/etherpad-lite/tree/1.7.0
-[codimd 1.2.1]: https://github.com/hedgedoc/server/tree/1.2.1
+[codimd 1.2.1]: https://github.com/hedgedoc/hedgedoc/tree/1.2.1
[hedgedoc-cli]: https://github.com/hedgedoc/cli/blob/master/bin/hedgedoc
[howtolistallpads]: https://github.com/ether/etherpad-lite/wiki/How-to-list-all-pads/49701ecdcbe07aea7ad27ffa23aed0d99c2e17db
diff --git a/docs/guides/migrations-and-breaking-changes.md b/docs/guides/migrations-and-breaking-changes.md
index 20fa40f5..4c4be1f8 100644
--- a/docs/guides/migrations-and-breaking-changes.md
+++ b/docs/guides/migrations-and-breaking-changes.md
@@ -9,11 +9,11 @@ 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/hedgedoc/server/issues/10)
+See more at [issue #10](https://github.com/hedgedoc/hedgedoc/issues/10)
### Native setup using git
-Change the upstream remote using `git remote set-url origin https://github.com/hedgedoc/server.git`.
+Change the upstream remote using `git remote set-url origin https://github.com/hedgedoc/hedgedoc.git`.
### Docker