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 2022/09/29 18:35:59 UTC

[commons-rdf] branch master updated: Typo

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-rdf.git


The following commit(s) were added to refs/heads/master by this push:
     new 80e2b152 Typo
80e2b152 is described below

commit 80e2b152bd81068aa1948e391750d8a25179df53
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 29 14:35:55 2022 -0400

    Typo
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 19254545..901dba60 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
 # Apache Commons RDF
 
 [![GitHub Actions Status](https://github.com/apache/commons-rdf/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-rdf/actions)
-[![Coverage Status](https://codecov.io/gh/apache/commons-rdf/branch/master/graph/badge.svg?branch=master&service=github)](https://coveralls.io/github/apache/commons-rdf?branch=master)
+[![Coverage Status](https://codecov.io/gh/apache/commons-rdf/branch/master/graph/badge.svg?branch=master&service=github)]
+
+(https://coveralls.io/github/apache/commons-rdf?branch=master)
 [Commons RDF](https://commons.apache.org/proper/commons-rdf/) aims to provide a common
 library for [RDF 1.1](http://www.w3.org/TR/rdf11-concepts/) with implementations
 for common Java RDF frameworks like [RDF4J](http://rdf4j.org/), [Apache