diff --git a/README.md b/README.md index 7eb8852..c9cc198 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This repository dockerizes it for easier deployment. ## In the Wild My own instance is managed by this script.
-Take a look at [hosted/pleroma](https://glitch.sh/hosted/pleroma) if you get stuck or need some inspiration. +Take a look at [hosted/pleroma](/hosted/pleroma) if you get stuck or need some inspiration. Does your instance use pleroma-docker?
Let me know and I'll add you to this list. @@ -143,7 +143,7 @@ If you need help with this, or if you think that this needs more documentation, Something that cofe.rocks uses is simple port-forwarding of the `server` container to the host's `127.0.0.1`. From there on, the natively installed nginx server acts as a proxy to the open internet. -You can take a look at cofe's [compose yaml](https://glitch.sh/hosted/pleroma/src/branch/master/docker-compose.yml) and [proxy config](https://glitch.sh/hosted/pleroma/src/branch/master/proxy.xconf) if that setup sounds interesting. +You can take a look at cofe's [compose yaml](/hosted/pleroma/src/branch/master/docker-compose.yml) and [proxy config](/hosted/pleroma/src/branch/master/proxy.xconf) if that setup sounds interesting. ### Attribution