You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/25 23:59:56 UTC

[commons-build-plugin] branch master updated: Fix URL

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0119754  Fix URL
0119754 is described below

commit 0119754fffe6340c2eba31607429087fb40d909c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 19:59:53 2023 -0400

    Fix URL
---
 src/main/resources/commons-xdoc-templates/readme-md-template.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md
index d584e41..1db7025 100644
--- a/src/main/resources/commons-xdoc-templates/readme-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md
@@ -47,7 +47,7 @@
 [![Coverage Status](https://codecov.io/gh/apache/commons-@ID@/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-@ID@)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/?gav=true)
 [![Javadocs](https://javadoc.io/badge/@GROUPID@/@ARTIFACTCOREID@/@VERSION@.svg)](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@)
-[![CodeQL](https://github.com/apache/commons-@ID@/workflows/CodeQL/badge.svg)](hhttps://github.com/apache/commons-@ID@/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
+[![CodeQL](https://github.com/apache/commons-@ID@/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-@ID@/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
 [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-@ID@/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-@ID@)
 
 @DESCRIPTION@