Skip to content

Commit c3dbe57

Browse files
committed
Update readme urls
1 parent 7170279 commit c3dbe57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
output: github_document
33
---
44

5-
[![Travis-CI Build Status](https://travis-ci.org/hadley/blob.svg?branch=master)](https://travis-ci.org/hadley/blob)
5+
[![Travis-CI Build Status](https://travis-ci.org/rstats-db/blob.svg?branch=master)](https://travis-ci.org/rstats-db/blob)
66
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/blob)](https://cran.r-project.org/package=blob)
7-
[![Coverage Status](https://img.shields.io/codecov/c/github/hadley/blob/master.svg)](https://codecov.io/github/hadley/blob?branch=master)
7+
[![Coverage Status](https://img.shields.io/codecov/c/github/rstats-db/blob/master.svg)](https://codecov.io/github/rstats-db/blob?branch=master)
88

99
<!-- README.md is generated from README.Rmd. Please edit that file -->
1010

@@ -29,7 +29,7 @@ You can install blob from github with:
2929

3030
```{r gh-installation, eval = FALSE}
3131
# install.packages("devtools")
32-
devtools::install_github("hadley/blob")
32+
devtools::install_github("rstats-db/blob")
3333
```
3434

3535
## Example

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[![Travis-CI Build Status](https://travis-ci.org/hadley/blob.svg?branch=master)](https://travis-ci.org/hadley/blob) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/blob)](https://cran.r-project.org/package=blob) [![Coverage Status](https://img.shields.io/codecov/c/github/hadley/blob/master.svg)](https://codecov.io/github/hadley/blob?branch=master)
2+
[![Travis-CI Build Status](https://travis-ci.org/rstats-db/blob.svg?branch=master)](https://travis-ci.org/rstats-db/blob) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/blob)](https://cran.r-project.org/package=blob) [![Coverage Status](https://img.shields.io/codecov/c/github/rstats-db/blob/master.svg)](https://codecov.io/github/rstats-db/blob?branch=master)
33

44
<!-- README.md is generated from README.Rmd. Please edit that file -->
55
blob
@@ -16,7 +16,7 @@ You can install blob from github with:
1616

1717
``` r
1818
# install.packages("devtools")
19-
devtools::install_github("hadley/blob")
19+
devtools::install_github("rstats-db/blob")
2020
```
2121

2222
Example

0 commit comments

Comments
 (0)