From fc4d522ade7c03bbc129623d64a2475eac004690 Mon Sep 17 00:00:00 2001 From: JB Mountford Date: Sat, 28 Jun 2025 16:42:01 +0100 Subject: [PATCH] Changed 404 link to causal tune Original link was referencing a page that didn't exist so swapped it over to the docs in the same manner as how Causal-Learn's header and image link to their docs. --- _learn/05_introduction_to_causaltune.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_learn/05_introduction_to_causaltune.md b/_learn/05_introduction_to_causaltune.md index 352f074..3bfc034 100644 --- a/_learn/05_introduction_to_causaltune.md +++ b/_learn/05_introduction_to_causaltune.md @@ -21,5 +21,5 @@ summary: >- image: assets/pywhy-logo.png image-alt: CausalTune | A library for automated causal inference model estimation and selection -link: https://www.pywhy.org/causaltune/ +link: https://causaltune.readthedocs.io/en/latest/ ---