Skip to content

Commit

Permalink
update badge URLs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Dec 28, 2023
1 parent 9b2003a commit b029e12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Expand Up @@ -20,8 +20,8 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/flyconnectome/coconatfly/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/flyconnectome/coconatfly/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/flyconnectome/coconatfly/branch/master/graph/badge.svg)](https://app.codecov.io/gh/flyconnectome/coconatfly?branch=master)
[![R-CMD-check](https://github.com/natverse/coconatfly/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/natverse/coconatfly/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/natverse/coconatfly/branch/master/graph/badge.svg)](https://app.codecov.io/gh/natverse/coconatfly?branch=master)
<!-- badges: end -->

**coconatfly** enables comparative/integrative connectomics across Drosophila datasets.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,9 +10,9 @@

[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/flyconnectome/coconatfly/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/flyconnectome/coconatfly/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/natverse/coconatfly/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/natverse/coconatfly/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/flyconnectome/coconatfly/branch/master/graph/badge.svg)](https://app.codecov.io/gh/flyconnectome/coconatfly?branch=master)
coverage](https://codecov.io/gh/natverse/coconatfly/branch/master/graph/badge.svg)](https://app.codecov.io/gh/natverse/coconatfly?branch=master)
<!-- badges: end -->

**coconatfly** enables comparative/integrative connectomics across
Expand Down

0 comments on commit b029e12

Please sign in to comment.