diff --git a/changelog/TEMPLATE b/changelog/TEMPLATE index 15af9725e..4cb31e865 100644 --- a/changelog/TEMPLATE +++ b/changelog/TEMPLATE @@ -7,5 +7,5 @@ The text in the paragraphs is written in past tense. The last section is a list of issue URLs, PR URLs and other URLs. The first issue ID (or the first PR ID, in case there aren't any issue links) is used as the primary ID. -https://github.com/owncloud/ocis/issues/1234 https://github.com/owncloud/ocis/pull/55555 +https://github.com/owncloud/ocis/issues/1234 diff --git a/changelog/unreleased/fix-jpeg-thumbnails.md b/changelog/unreleased/fix-jpeg-thumbnails.md index dfc802070..7043390e2 100644 --- a/changelog/unreleased/fix-jpeg-thumbnails.md +++ b/changelog/unreleased/fix-jpeg-thumbnails.md @@ -2,5 +2,5 @@ Bugfix: Fix thumbnail generation for jpegs Images with the extension `.jpeg` were not properly supported. -https://github.com/owncloud/ocis/issues/1490 https://github.com/owncloud/ocis/pull/1785 +https://github.com/owncloud/ocis/issues/1490