From b2b967e8f5f0b13f0d8999d118a192e3ae0e4a0d Mon Sep 17 00:00:00 2001
From: Fabian Egli <fabianegli@users.noreply.github.com>
Date: Sat, 6 Aug 2022 11:53:07 +0200
Subject: [PATCH] put link in parentheses

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d80597c57..3e64d90402 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -43,7 +43,7 @@
 - Add `no_git=True` when creating a new pipeline and initialising a git repository is not needed in `nf-core lint` and `nf-core bump-version` ([#1709](https://github.com/nf-core/tools/pull/1709))
 - Move `strip_ansi_code` function in lint to `utils.py`
 - Simplify control flow and don't use equality comparison for `None` and booleans
-- Replace use of the deprecated `distutils` Version object with that from `packaging` [#1735](https://github.com/nf-core/tools/pull/1735)
+- Replace use of the deprecated `distutils` Version object with that from `packaging` ([#1735](https://github.com/nf-core/tools/pull/1735))
 
 ### Modules