Skip to content

Commit

Permalink
fix: link to standard HTML tag handlers.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Feb 16, 2024
1 parent aa1b4cb commit 56d92fe
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 @@ -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 <https://github.com/weblyzard/inscriptis/blob/master/examples/custom-html-handling.py>`_ for a working example.
The standard HTML tag handlers can be found in the `inscriptis.model.tag` <https://github.com/weblyzard/inscriptis/blob/master/src/inscriptis/model/tag> package.
The standard HTML tag handlers can be found in the `inscriptis.model.tag <https://github.com/weblyzard/inscriptis/blob/master/src/inscriptis/model/tag>`_ package.
Optimizing memory consumption
-----------------------------
Expand Down

0 comments on commit 56d92fe

Please sign in to comment.