Skip to content

Commit

Permalink
fix links after org change
Browse files Browse the repository at this point in the history
  • Loading branch information
nbenn committed Sep 26, 2023
1 parent 9ffeeca commit 56f1481
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ knitr::opts_chunk$set(
# blockr

<!-- badges: start -->
[![check](https://github.com/cynkra/blockr/actions/workflows/check.yml/badge.svg)](https://github.com/cynkra/blockr/actions/workflows/check.yml)
[![coverage](https://github.com/cynkra/blockr/actions/workflows/coverage.yml/badge.svg)](https://github.com/cynkra/blockr/actions/workflows/coverage.yml)
[![pkgdown](https://github.com/cynkra/blockr/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/cynkra/blockr/actions/workflows/pkgdown.yaml)
[![lint](https://github.com/cynkra/blockr/actions/workflows/lint.yaml/badge.svg)](https://github.com/cynkra/blockr/actions/workflows/lint.yaml)
[![codecov](https://codecov.io/gh/cynkra/blockr/graph/badge.svg?token=988fQI8MPx)](https://codecov.io/gh/cynkra/blockr)
[![check](https://github.com/blockr-org/blockr/actions/workflows/check.yml/badge.svg)](https://github.com/blockr-org/blockr/actions/workflows/check.yml)
[![coverage](https://github.com/blockr-org/blockr/actions/workflows/coverage.yml/badge.svg)](https://github.com/blockr-org/blockr/actions/workflows/coverage.yml)
[![pkgdown](https://github.com/blockr-org/blockr/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/blockr-org/blockr/actions/workflows/pkgdown.yaml)
[![lint](https://github.com/blockr-org/blockr/actions/workflows/lint.yaml/badge.svg)](https://github.com/blockr-org/blockr/actions/workflows/lint.yaml)
[![codecov](https://codecov.io/gh/blockr-org/blockr/graph/badge.svg?token=988fQI8MPx)](https://codecov.io/gh/blockr-org/blockr)
<!-- badges: end -->

Building blocks for data manipulation and visualization operations.
Expand All @@ -31,7 +31,7 @@ You can install the development version of blockr from [GitHub](https://github.c

```r
# install.packages("devtools")
devtools::install_github("cynkra/blockr")
devtools::install_github("blockr-org/blockr")
```

## Example
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<!-- badges: start -->

[![check](https://github.com/cynkra/blockr/actions/workflows/check.yml/badge.svg)](https://github.com/cynkra/blockr/actions/workflows/check.yml)
[![coverage](https://github.com/cynkra/blockr/actions/workflows/coverage.yml/badge.svg)](https://github.com/cynkra/blockr/actions/workflows/coverage.yml)
[![pkgdown](https://github.com/cynkra/blockr/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/cynkra/blockr/actions/workflows/pkgdown.yaml)
[![lint](https://github.com/cynkra/blockr/actions/workflows/lint.yaml/badge.svg)](https://github.com/cynkra/blockr/actions/workflows/lint.yaml)
[![codecov](https://codecov.io/gh/cynkra/blockr/graph/badge.svg?token=988fQI8MPx)](https://codecov.io/gh/cynkra/blockr)
[![check](https://github.com/blockr-org/blockr/actions/workflows/check.yml/badge.svg)](https://github.com/blockr-org/blockr/actions/workflows/check.yml)
[![coverage](https://github.com/blockr-org/blockr/actions/workflows/coverage.yml/badge.svg)](https://github.com/blockr-org/blockr/actions/workflows/coverage.yml)
[![pkgdown](https://github.com/blockr-org/blockr/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/blockr-org/blockr/actions/workflows/pkgdown.yaml)
[![lint](https://github.com/blockr-org/blockr/actions/workflows/lint.yaml/badge.svg)](https://github.com/blockr-org/blockr/actions/workflows/lint.yaml)
[![codecov](https://codecov.io/gh/blockr-org/blockr/graph/badge.svg?token=988fQI8MPx)](https://codecov.io/gh/blockr-org/blockr)
<!-- badges: end -->

Building blocks for data manipulation and visualization operations.
Expand All @@ -21,7 +21,7 @@ You can install the development version of blockr from

``` r
# install.packages("devtools")
devtools::install_github("cynkra/blockr")
devtools::install_github("blockr-org/blockr")
```

## Example
Expand Down

0 comments on commit 56f1481

Please sign in to comment.