Skip to content

Commit b540d32

Browse files
committed
Use local image file
1 parent 195d189 commit b540d32

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

episodes/fig/03-qmd-workflow.png

89.1 KB
Loading

episodes/quarto.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Quarto files invert the normal way of writing code and comments: in a typical R
7373
In Quarto, all text is assumed to be prose, and you use special notation to indicate which lines are R code to be evaluated.
7474
Once the code is evaluated, the results get inserted into a final, rendered document, which could be one of various formats.
7575

76-
![Quarto workflow](https://ucsbcarpentry.github.io/Reproducible-Publications-with-RStudio-Quarto/fig/03-qmd-workflow.png)
76+
![Quarto workflow](fig/03-qmd-workflow.png)
7777

7878
We don't have the time to go into the details of Quarto during this lesson, but recommend the ["Introduction to Reproducible Publications with RStudio" incubator (in-development) lesson](https://ucsbcarpentry.github.io/Reproducible-Publications-with-RStudio-Quarto/) for more on this topic.
7979

0 commit comments

Comments
 (0)