From 56d92fe6f6ba530b861cf2133fc85e93ee8b74ce Mon Sep 17 00:00:00 2001 From: Albert Weichselbraun Date: Fri, 16 Feb 2024 20:24:02 +0100 Subject: [PATCH] fix: link to standard HTML tag handlers. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5559e1a..3d32703 100644 --- a/README.rst +++ b/README.rst @@ -550,7 +550,7 @@ In the example the standard HTML handlers for the ``a`` tag are overwritten with You may define custom handlers for any tag, regardless of whether it already exists in the standard mapping. Please refer to `custom-html-handling.py `_ for a working example. -The standard HTML tag handlers can be found in the `inscriptis.model.tag` package. +The standard HTML tag handlers can be found in the `inscriptis.model.tag `_ package. Optimizing memory consumption -----------------------------