diff --git a/changelog/unreleased/fix-redirect-invalid-links-to-oC-web.md b/changelog/unreleased/fix-redirect-invalid-links-to-oC-web.md deleted file mode 100644 index 02e498ccc3..0000000000 --- a/changelog/unreleased/fix-redirect-invalid-links-to-oC-web.md +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: redirect invalid links to oC Web - -Invalid links ending with a slash(eg. https://foo.bar/index.php/apps/pdfviewer/) have not been redirected to ownCloud Web. Instead the former 404 not found status page was displayed. - -https://github.com/owncloud/ocis/pull/2493 -https://github.com/owncloud/ocis/pull/2512 diff --git a/changelog/unreleased/redirect-invalid-links-to-oC-web.md b/changelog/unreleased/redirect-invalid-links-to-oC-web.md index a7b17cf10b..290bec512c 100644 --- a/changelog/unreleased/redirect-invalid-links-to-oC-web.md +++ b/changelog/unreleased/redirect-invalid-links-to-oC-web.md @@ -3,3 +3,4 @@ Enhancement: redirect invalid links to oC Web Invalid links (eg. https://foo.bar/index.php/apps/pdfviewer) will be redirect to ownCloud Web instead of displaying a blank page with a "not found" message. https://github.com/owncloud/ocis/pull/2493 +https://github.com/owncloud/ocis/pull/2512