From 9fd02a628b04d01b504d695d7ca8155808cd0f0f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 15 Apr 2019 19:21:52 -0600 Subject: [PATCH] Use packages.matrix.org for packages See https://github.com/vector-im/riot-web/issues/9497 (applies to more than just Olm) --- jekyll/_posts/projects/2014-08-12-synapse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll/_posts/projects/2014-08-12-synapse.md b/jekyll/_posts/projects/2014-08-12-synapse.md index 80e54efc3..afe214c5b 100644 --- a/jekyll/_posts/projects/2014-08-12-synapse.md +++ b/jekyll/_posts/projects/2014-08-12-synapse.md @@ -20,7 +20,7 @@ To install, first take a look at **[Installing Synapse](https://matrix.org/docs/ You can use the [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy) to easily install Synapse and related dependencies using pre-build Ansible playbooks and docker images. -Apt repo: [https://matrix.org/packages/debian/](https://matrix.org/packages/debian/) +Apt repo: [https://packages.matrix.org/debian/](https://packages.matrix.org/debian/) Docker image [matrixdotorg/synapse](https://hub.docker.com/r/matrixdotorg/synapse/) is built using [docker/Dockerfile](https://github.com/matrix-org/synapse/tree/master/docker)