Skip to content

Commit

Permalink
fix: link to custom-html-handling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Jan 31, 2024
1 parent 9a5b88d commit 38e776a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/weblyzard/inscriptis/blob/master/examples/custom-html-handling.py>`_ for a working example.
Optimizing memory consumption
-----------------------------
Expand Down

0 comments on commit 38e776a

Please sign in to comment.