Skip to content

Commit

Permalink
fixed broken image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
PLNReynolds committed Feb 13, 2021
1 parent 2376317 commit c21e183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ output:

```{r, echo=FALSE}
url1 <- "add the url path here for any images"
url2<-"https://raw.githubusercontent.com/ucdavisdatalab/workshop_critical_data_viz/blob/main/img/CriticalDataViz_USPopulation_Ruggles_et_al_2020.JPG"
url3<-"https://raw.githubusercontent.com/ucdavisdatalab/workshop_critical_data_viz/master/img/CriticalDataViz_USPopulation_Ruggles_et_al_2020.JPG/CriticalDataViz_USPopulation_Merchant_2020.JPG"
url2<-"img/CriticalDataViz_USPopulation_Ruggles_et_al_2020.JPG"
url3<-"img/CriticalDataViz_USPopulation_Merchant_2020.JPG"
library(knitr)
```

Expand Down

0 comments on commit c21e183

Please sign in to comment.