From e636850902b723e44ea29d4fa24b27fab3d619ae Mon Sep 17 00:00:00 2001 From: mmattel Date: Mon, 12 Feb 2024 17:14:56 +0100 Subject: [PATCH] [docs-only] Fixing changelog references pointing to the wrong PR --- changelog/5.0.0-rc.1_2023-12-27/access-token-issuer.md | 2 +- .../allow-configuring-additional-routes.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/5.0.0-rc.1_2023-12-27/access-token-issuer.md b/changelog/5.0.0-rc.1_2023-12-27/access-token-issuer.md index 3519938ade..fc31a070ba 100644 --- a/changelog/5.0.0-rc.1_2023-12-27/access-token-issuer.md +++ b/changelog/5.0.0-rc.1_2023-12-27/access-token-issuer.md @@ -2,4 +2,4 @@ Enhancement: Support spec violating AD FS access token issuer AD FS `/adfs/.well-known/openid-configuration` has an optional `access_token_issuer` which, in violation of the OpenID Connect spec, takes precedence over `issuer`. -https://github.com/owncloud/ocis/pull/7138 +https://github.com/owncloud/ocis/pull/7140 diff --git a/changelog/5.0.0-rc.1_2023-12-27/allow-configuring-additional-routes.md b/changelog/5.0.0-rc.1_2023-12-27/allow-configuring-additional-routes.md index 449d4fcd12..23b548b4c6 100644 --- a/changelog/5.0.0-rc.1_2023-12-27/allow-configuring-additional-routes.md +++ b/changelog/5.0.0-rc.1_2023-12-27/allow-configuring-additional-routes.md @@ -1,5 +1,5 @@ Enhancement: Allow configuring additional routes -Allows adding custom routes to the ocis proxy. This enables customs ocis extensions +Allows adding custom routes to the ocis proxy. This enables custom ocis extensions. -https://github.com/owncloud/ocis/pull/7740 +https://github.com/owncloud/ocis/pull/7741