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/26 00:00:57 UTC

[commons-net] 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-net.git


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

commit 45ebb3c2f83188f085b38e49c82ac92e29d56695
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 20:00:53 2023 -0400

    Fix URL
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cbef9d9c..2e488f46 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Apache Commons Net
 [![Coverage Status](https://codecov.io/gh/apache/commons-net/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-net)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/?gav=true)
 [![Javadocs](https://javadoc.io/badge/commons-net/commons-net/3.9.0.svg)](https://javadoc.io/doc/commons-net/commons-net/3.9.0)
-[![CodeQL](https://github.com/apache/commons-net/workflows/CodeQL/badge.svg)](hhttps://github.com/apache/commons-net/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
+[![CodeQL](https://github.com/apache/commons-net/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-net/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
 [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-text/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-text)
 
 Apache Commons Net library contains a collection of network utilities and protocol implementations.