docs: Reference latest version of matrix spec

This commit is contained in:
renegadespork
2026-08-06 15:34:46 -07:00
parent 1c23cf3a93
commit 02bee2e898
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1327,7 +1327,7 @@
# You should only change this if you have configured your own push gateway
# that requires a different path.
#
# For more information on Push Gateways: https://spec.matrix.org/v1.9/push-gateway-api/
# For more information on Push Gateways: https://spec.matrix.org/latest/push-gateway-api/
#
#notification_push_path = "/_matrix/push/v1/notify"
+1 -1
View File
@@ -1574,7 +1574,7 @@ pub struct Config {
/// You should only change this if you have configured your own push gateway
/// that requires a different path.
///
/// For more information on Push Gateways: https://spec.matrix.org/v1.9/push-gateway-api/
/// For more information on Push Gateways: https://spec.matrix.org/latest/push-gateway-api/
///
/// default: "/_matrix/push/v1/notify"
#[serde(default = "default_notification_push_path")]