Skip to content

Commit

Permalink
fix remaining refs to old github location
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed May 3, 2024
1 parent dad038b commit 05b284f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ knitr::opts_chunk$set(
# marquee <img src="man/figures/logo.png" align="right" height="138" alt="" />

<!-- badges: start -->
[![R-CMD-check](https://github.com/thomasp85/marquee/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/thomasp85/marquee/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/thomasp85/marquee/branch/main/graph/badge.svg)](https://app.codecov.io/gh/thomasp85/marquee?branch=main)
[![R-CMD-check](https://github.com/r-lib/marquee/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/marquee/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/r-lib/marquee/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/marquee?branch=main)
<!-- badges: end -->

marquee is a markdown parser and renderer for the R graphics engine. It can be
Expand All @@ -32,7 +32,7 @@ marquee is not yet on CRAN. In the meantime you can install the development
version like so:

``` r
pak::pak("thomasp85/marquee")
pak::pak("r-lib/marquee")
```

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

<!-- badges: start -->

[![R-CMD-check](https://github.com/thomasp85/marquee/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/thomasp85/marquee/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/r-lib/marquee/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/marquee/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/thomasp85/marquee/branch/main/graph/badge.svg)](https://app.codecov.io/gh/thomasp85/marquee?branch=main)
coverage](https://codecov.io/gh/r-lib/marquee/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/marquee?branch=main)
<!-- badges: end -->

marquee is a markdown parser and renderer for the R graphics engine. It
Expand All @@ -20,7 +20,7 @@ marquee is not yet on CRAN. In the meantime you can install the
development version like so:

``` r
pak::pak("thomasp85/marquee")
pak::pak("r-lib/marquee")
```

## Examples
Expand Down
Binary file modified man/figures/README-unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05b284f

Please sign in to comment.