diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml
index e08b8eb2..4bc573e4 100644
--- a/.github/label-commenter-config.yml
+++ b/.github/label-commenter-config.yml
@@ -31,7 +31,7 @@ labels:
           We have noticed that the chart documentation has not been completely updated for this PR.
           Could you please make sure that the following items have been updated:
           - `version` in `Chart.yaml` has been updated per [semver](http://semver.org/)
-          - The `artifacthub.io/changes` chart annotation contains a summary of the updates for this new version. ([Artifact Hub documentation][https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations])
+          - The `artifacthub.io/changes` chart annotation contains a summary of the updates for this new version. ([Artifact Hub documentation](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations))
           - [Documentation strings](https://github.com/norwoodj/helm-docs#valuesyaml-metadata) have been added to the keys in `values.yaml`.
 
           Afterwards you can run `./hack/gen-helm-docs.sh stable <chart>` again to update the chart's `README.md` file.