Skip to content

Commit 96ee741

Browse files
committed
R tutorial - fix image URL
1 parent 4217fc6 commit 96ee741

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

maths/R/PS11_targets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
### DLSM University of Luxembourg
108108

109109

110-
<img src="https://raw.githubusercontent.com/ULHPC/documents/master/roll-ups/ULHPC-RollUp.png" style="height:550px;position: absolute;bottom: 1em;left: 1em;"/>
110+
<img src="https://raw.githubusercontent.com/ULHPC/tutorials/devel/maths/R/img/ULHPC-RollUp.png" style="height:550px;position: absolute;bottom: 1em;left: 1em;"/>
111111

112112
<img src="img/logo_hpc-shool2021.png" style="height:150px;position: absolute;bottom: 1em;right: 1em;"/>
113113

maths/R/targets.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ library(xaringanExtra) # gadenbuie/xaringanExtra
100100

101101

102102
```{r, echo = FALSE}
103-
htmltools::img(src = "https://raw.githubusercontent.com/ULHPC/documents/master/roll-ups/ULHPC-RollUp.png",
103+
htmltools::img(src = "https://raw.githubusercontent.com/ULHPC/tutorials/devel/maths/R/img/ULHPC-RollUp.png",
104104
style = "height:550px;position: absolute;bottom: 1em;left: 1em;")
105105
```
106106

maths/R/targets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,7 @@
28362836
### Aurélien Ginolhac, Dpt. Life Sciences and Medecine
28372837

28382838

2839-
<img src="https://raw.githubusercontent.com/ULHPC/documents/master/roll-ups/ULHPC-RollUp.png" style="height:550px;position: absolute;bottom: 1em;left: 1em;"/>
2839+
<img src="https://raw.githubusercontent.com/ULHPC/tutorials/devel/maths/R/img/ULHPC-RollUp.png" style="height:550px;position: absolute;bottom: 1em;left: 1em;"/>
28402840

28412841
<img src="img/logo_hpc-shool2023.png" style="height:150px;position: absolute;bottom: 1em;right: 1em;"/>
28422842

0 commit comments

Comments
 (0)