Revision: c9839642c7
Edited Request Lifecycle to fix underscore in hook name being converted to italics.
@@ -23,7 +23,7 @@
### Route Resolution
-If there are no redirects for incoming requests path resolver tries to resolve the route to get the final endpoint based on rules from [website_routing_rules hook](http://frappe_docs:8000/docs/v13/user/en/python-api/hooks#website-route-rules) and dynamic route set in documents of DocType with `has_web_view` enabled.
+If there are no redirects for incoming requests path resolver tries to resolve the route to get the final endpoint based on rules from [website\_routing\_rules hook](http://frappe_docs:8000/docs/v13/user/en/python-api/hooks#website-route-rules) and dynamic route set in documents of DocType with `has_web_view` enabled.
### Renderer Selection