From ee00e12b586d31ad76804e49134bedf90c619eac Mon Sep 17 00:00:00 2001 From: 9Lukas5 <lukas.wiest@infinite-tech.solutions> Date: Fri, 25 Dec 2020 14:42:30 +0100 Subject: [PATCH] chore(readme): fix broken links --- .versionrc | 2 +- CHANGELOG.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.versionrc b/.versionrc index 3cca15e..50093ed 100644 --- a/.versionrc +++ b/.versionrc @@ -1,6 +1,6 @@ { "tagPrefix": "", - "commitUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/unified-ticketing/-/commit/{{hash}}", + "commitUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/9Lukas5/unified-ticketing/-/commit/{{hash}}", "compareUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/9Lukas5/unified-ticketing/-/compare/{{previousTag}}...{{currentTag}}", "issueUrlFormat": "https://transfer.hft-stuttgart.de/gitlab/9Lukas5/unified-ticketing/-/issues/{{id}}" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b385a53..332a194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,15 @@ All notable changes to this project will be documented in this file. See [standa ### Features -* **core/filter:** add field and getter for last received item count ([468262f](https://transfer.hft-stuttgart.de/gitlab/unified-ticketing/-/commit/468262f0d033572d0bcff8ddb82b46941fb14751)) -* **systems:** add implementation for GitHub ([25207b2](https://transfer.hft-stuttgart.de/gitlab/unified-ticketing/-/commit/25207b2458c14cc4ff7863c9b251b66d6b708967)) +* **core/filter:** add field and getter for last received item count ([468262f](https://transfer.hft-stuttgart.de/gitlab/9Lukas5/unified-ticketing/-/commit/468262f0d033572d0bcff8ddb82b46941fb14751)) +* **systems:** add implementation for GitHub ([25207b2](https://transfer.hft-stuttgart.de/gitlab/9Lukas5/unified-ticketing/-/commit/25207b2458c14cc4ff7863c9b251b66d6b708967)) ### [0.1.1](https://transfer.hft-stuttgart.de/gitlab/9Lukas5/unified-ticketing/-/compare/0.1.0...0.1.1) (2020-12-10) ### Features -* enable mvn javadoc plugin ([c2ca81e](https://transfer.hft-stuttgart.de/gitlab/unified-ticketing/-/commit/c2ca81e80da49e37a561bad115b06a62bc5f7e91)) +* enable mvn javadoc plugin ([c2ca81e](https://transfer.hft-stuttgart.de/gitlab/9Lukas5/unified-ticketing/-/commit/c2ca81e80da49e37a561bad115b06a62bc5f7e91)) ## [0.1.0](https://transfer.hft-stuttgart.de/gitlab/9Lukas5/unified-ticketing/-/compare/0.0.0...0.1.0) (2020-11-23) -- GitLab