summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2023-07-10 10:39:36 -0700
committerGitHub <noreply@github.com>2023-07-10 10:39:36 -0700
commit5e82b07d2c79df9623e5567f935e74395c2e5492 (patch)
tree338be34ecdccc2d5c9be58f2959470c436f748ac /docs
parentRevert "Federation outbound proxy" (#15910) (diff)
downloadsynapse-5e82b07d2c79df9623e5567f935e74395c2e5492.tar.xz
Drop debian buster (#15893)
Diffstat (limited to 'docs')
-rw-r--r--docs/deprecation_policy.md2
-rw-r--r--docs/development/contributing_guide.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/deprecation_policy.md b/docs/deprecation_policy.md
index 46c18d7d32..8403664850 100644
--- a/docs/deprecation_policy.md
+++ b/docs/deprecation_policy.md
@@ -23,7 +23,7 @@ people building from source should ensure they can fetch recent versions of Rust
 (e.g. by using [rustup](https://rustup.rs/)).
 
 The oldest supported version of SQLite is the version
-[provided](https://packages.debian.org/buster/libsqlite3-0) by
+[provided](https://packages.debian.org/bullseye/libsqlite3-0) by
 [Debian oldstable](https://wiki.debian.org/DebianOldStable).
 
 Context
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md
index f5ba55afb7..e9210b1776 100644
--- a/docs/development/contributing_guide.md
+++ b/docs/development/contributing_guide.md
@@ -322,7 +322,7 @@ The following command will let you run the integration test with the most common
 configuration:
 
 ```sh
-$ docker run --rm -it -v /path/where/you/have/cloned/the/repository\:/src:ro -v /path/to/where/you/want/logs\:/logs matrixdotorg/sytest-synapse:buster
+$ docker run --rm -it -v /path/where/you/have/cloned/the/repository\:/src:ro -v /path/to/where/you/want/logs\:/logs matrixdotorg/sytest-synapse:focal
 ```
 (Note that the paths must be full paths! You could also write `$(realpath relative/path)` if needed.)