Skip to content

Commit

Permalink
fix docs links README.md (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb authored Aug 20, 2024
1 parent 5de7784 commit 8ba4702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 8ba4702

Please sign in to comment.