From 6bb2d96841cce71207448a7c0f6d78082da58c87 Mon Sep 17 00:00:00 2001 From: Michael Osthege Date: Sun, 13 Oct 2024 15:21:12 +0200 Subject: [PATCH] Add https:// to links --- docs/source/notebooks/Ex1_Simple_Pipeline.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/notebooks/Ex1_Simple_Pipeline.ipynb b/docs/source/notebooks/Ex1_Simple_Pipeline.ipynb index 240f369..4234579 100644 --- a/docs/source/notebooks/Ex1_Simple_Pipeline.ipynb +++ b/docs/source/notebooks/Ex1_Simple_Pipeline.ipynb @@ -192,7 +192,7 @@ "These objects contain not only the timeseries of the particular signal but also samples from the prior predictive, posterior, and posterior predictive sampling. \n", "This allows you to explore the data in detail and/or build your own plots aside from the ones featured in PeakPerformance. \n", " \n", - "It is highly recommended to check the documentations for [`PyMC`](docs.pymc.io/) and [`ArviZ`](https://python.arviz.org/en/latest/) to get information and inspiration for this purpose." + "It is highly recommended to check the documentations for [`PyMC`](https://docs.pymc.io/) and [`ArviZ`](https://python.arviz.org/en/latest/) to get information and inspiration for this purpose." ] }, {