diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 1f319b9d6..eabed0fe5 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -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" diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 9bce1aa4f..0591e881a 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -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")]