From 8ba47028a1c5c6342345292b0542f8ff87bfa982 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 20 Aug 2024 09:21:23 +0200 Subject: [PATCH] fix docs links README.md (#1228) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 327e843a0..7746d45f1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ print(posterior) ## Tutorials If you're new to `sbi`, we recommend starting with our [Getting -Started](https://sbi-dev.github.io/sbi/tutorial/00_getting_started/) tutorial. +Started](https://sbi-dev.github.io/sbi/latest/tutorial/00_getting_started/) tutorial. You can easily access and run these tutorials by opening a [Codespace](https://docs.github.com/en/codespaces/overview) on this repo. To do @@ -67,7 +67,7 @@ Jupyter notebooks. ## Inference Algorithms -The following inference algorithms are currently available. You can find instructions on how to run each of these methods [here](https://sbi-dev.github.io/sbi/tutorial/16_implemented_methods/). +The following inference algorithms are currently available. You can find instructions on how to run each of these methods [here](https://sbi-dev.github.io/sbi/latest/tutorial/16_implemented_methods/). ### Neural Posterior Estimation: amortized (NPE) and sequential (SNPE)