From 38e776a5510d0ff81245ee528cc29da327da6c91 Mon Sep 17 00:00:00 2001 From: Albert Weichselbraun Date: Wed, 31 Jan 2024 09:52:37 +0100 Subject: [PATCH] fix: link to custom-html-handling.py --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 77666f6..c273c48 100644 --- a/README.rst +++ b/README.rst @@ -547,7 +547,7 @@ If the fine-tuning options discussed above are not sufficient, you may even over In the example the standard HTML handlers for the ``a`` tag are overwritten with custom versions (i.e., ``my_handle_start_a`` and ``my_handle_end_a``). You may define custom handlers for any tag, regardless of whether it already exists in ``start_tag_handler_dict`` or ``end_tag_handler_dict``. -Please refer to `custom-html-handling.py https://github.com/weblyzard/inscriptis/blob/master/examples/custom-html-handling.py`_ for a working example. +Please refer to `custom-html-handling.py `_ for a working example. Optimizing memory consumption -----------------------------