From 0f1e34288f883c7ee3c7c8eb8d9113c37809c957 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:36:40 +0200
Subject: [PATCH] README: clickable links

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 17d6a9c..0ba0df0 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@ PyYAML loaders with enhanced functionalities.
 
 ## Description
 
-### `IgnoreLoader`
+### [`IgnoreLoader`](pyyaml_loaders/IncludeLoader.py)
 
 Ignore all constructors with tag `!`. Load YAML file as is.
 
 
-### `IncludeLoader`
+### [`IncludeLoader`](pyyaml_loaders/IncludeLoader.py)
 
 Tag: `!include`
 
-- 
GitLab