From 4cb7bd0f5455e8e0af0a7261effd5146e0e431ea Mon Sep 17 00:00:00 2001 From: Viktor Palmkvist Date: Tue, 30 Jun 2026 17:08:44 +0200 Subject: [PATCH] Fix urls to not be quite as absolute --- docs/tutorials/treeppl-intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/treeppl-intro.md b/docs/tutorials/treeppl-intro.md index a49cc0d..45e2c5d 100644 --- a/docs/tutorials/treeppl-intro.md +++ b/docs/tutorials/treeppl-intro.md @@ -7,6 +7,6 @@ sidebar_label: A Basic Tutorial to Probabilistic Programming in TreePPL The foundation of TreePPL is based on the principles of probabilistic Programming, a programmatic way of specifying Bayesian probabilistic models. -In this section, you can find a basic tutorial on how to do modeling using probabilistic programming in TreePPL. The goal of the tutorial is to demonstrate simple probabilistic programming in TreePPL, not to give a complete view of how to do phylogenetic modeling. For the basic tutorial, please see the [following slides](http://www.treeppl.org/courses/treeppl-tutorial.pdf). +In this section, you can find a basic tutorial on how to do modeling using probabilistic programming in TreePPL. The goal of the tutorial is to demonstrate simple probabilistic programming in TreePPL, not to give a complete view of how to do phylogenetic modeling. For the basic tutorial, please see the [following slides](/courses/treeppl-tutorial.pdf). -As part of the tutorial, you can also find exercises in a Jupyter notebook. Please start by downloading the [exercises here](http://www.treeppl.org/courses/basic-tutorial.zip). Suggestions for solutions can also be [found here](http://www.treeppl.org/courses/basic-tutorial-solutions.zip). +As part of the tutorial, you can also find exercises in a Jupyter notebook. Please start by downloading the [exercises here](/courses/basic-tutorial.zip). Suggestions for solutions can also be [found here](/courses/basic-tutorial-solutions.zip).