Skip to content

Commit b0062d0

Browse files
committed
fix links in the Rmd, then rebuild (not sure where the diff came from)
1 parent 4b7fdeb commit b0062d0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [Delphi Epidata API](https://cmu-delphi.github.io/delphi-epidata/) provides
2525
real-time access to epidemiological surveillance data for influenza, COVID-19,
2626
and other diseases from both official government sources such as the [Centers
2727
for Disease Control and Prevention
28-
(CDC)](https://www.cdc.gov/datastatistics/index.html), private partners such as
28+
(CDC)](https://www.cdc.gov/), private partners such as
2929
[Facebook (now
3030
Meta)](https://delphi.cmu.edu/blog/2020/08/26/covid-19-symptom-surveys-through-facebook/)
3131
and [Change Healthcare](https://www.changehealthcare.com/), and other public
@@ -79,7 +79,7 @@ pak::pkg_install("epidatr")
7979
pak::pkg_install("cmu-delphi/epidatr@dev")
8080
```
8181

82-
Our CRAN listing is [here](https://cran.r-project.org/web/packages/epidatr/index.html).
82+
Our CRAN listing is [here](https://CRAN.R-project.org/package=epidatr/index.html).
8383

8484
### API Keys
8585

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ The [Delphi Epidata API](https://cmu-delphi.github.io/delphi-epidata/)
1616
provides real-time access to epidemiological surveillance data for
1717
influenza, COVID-19, and other diseases from both official government
1818
sources such as the [Centers for Disease Control and Prevention
19-
(CDC)](https://www.cdc.gov/datastatistics/index.html), private partners
20-
such as [Facebook (now
19+
(CDC)](https://www.cdc.gov/), private partners such as [Facebook (now
2120
Meta)](https://delphi.cmu.edu/blog/2020/08/26/covid-19-symptom-surveys-through-facebook/)
2221
and [Change Healthcare](https://www.changehealthcare.com/), and other
2322
public datasets like [Google
@@ -82,7 +81,7 @@ pak::pkg_install("cmu-delphi/epidatr@dev")
8281
```
8382

8483
Our CRAN listing is
85-
[here](https://cran.r-project.org/web/packages/epidatr/index.html).
84+
[here](https://CRAN.R-project.org/package=epidatr/index.html).
8685

8786
### API Keys
8887

0 commit comments

Comments
 (0)