From ae4b31b24513fa54c3f0e1fc09f707594a1220b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Fri, 12 Jul 2024 16:37:21 +0200 Subject: [PATCH] README: fixed wrong link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba0df0..3fa1487 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ PyYAML loaders with enhanced functionalities. ## Description -### [`IgnoreLoader`](pyyaml_loaders/IncludeLoader.py) +### [`IgnoreLoader`](pyyaml_loaders/IgnoreLoader.py) Ignore all constructors with tag `!`. Load YAML file as is. -- GitLab