diff --git a/blog/2025-07-31-reproduce-paper/index.qmd b/blog/2025-07-31-reproduce-paper/index.qmd index 894a11f..a2948fb 100644 --- a/blog/2025-07-31-reproduce-paper/index.qmd +++ b/blog/2025-07-31-reproduce-paper/index.qmd @@ -11,7 +11,7 @@ format: page-layout: article --- -Our publication workflow makes it very easy for anyone to reproduce a given paper. Consider for instance the paper associated with the Github repository [published-202412-giorgi-efficient][https://github.com/computorg/published-202412-giorgi-efficient]. You first need to clone the repository. Then you need to install Quarto and the Computo Quarto extension in the `published-202412-giorgi-efficient` folder that the cloning step made. Finally, you can render the document. In summary, you do that with the following commands: +Our publication workflow makes it very easy for anyone to reproduce a given paper. Consider for instance the paper associated with the Github repository [published-202412-giorgi-efficient](https://github.com/computorg/published-202412-giorgi-efficient). You first need to clone the repository. Then you need to install Quarto and the Computo Quarto extension in the `published-202412-giorgi-efficient` folder that the cloning step made. Finally, you can render the document. In summary, you do that with the following commands: ```bash git clone https://github.com/computorg/published-202412-giorgi-efficient.git