From 3b260d857cbe9f172c8ab617c79d5d7031fe1e88 Mon Sep 17 00:00:00 2001 From: David Nabergoj Date: Thu, 15 Aug 2024 03:45:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 016d1bd..4c86fe0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ print(log_prob.shape) # (100,) print(x_new.shape) # (50, 3) ``` -Check examples and documentation, including the list of supported architectures [here](torchflows.readthedocs.io/en/latest/). +Check examples and documentation, including the list of supported architectures [here](https://torchflows.readthedocs.io/en/latest/). We also provide examples [here](examples/). ## Installing