From e210cd581de22a50da6365e8312004e79d2a66b5 Mon Sep 17 00:00:00 2001 From: Melloware Date: Wed, 6 Jul 2022 12:47:49 -0400 Subject: [PATCH] Added error handling link in docs (#8960) --- docs/11_0_0/components/ajaxexceptionhandler.md | 2 +- docs/12_0_0/components/ajaxexceptionhandler.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/11_0_0/components/ajaxexceptionhandler.md b/docs/11_0_0/components/ajaxexceptionhandler.md index 20e012602b..d9f57ceead 100644 --- a/docs/11_0_0/components/ajaxexceptionhandler.md +++ b/docs/11_0_0/components/ajaxexceptionhandler.md @@ -23,4 +23,4 @@ AjaxExceptionHandler is a utility component for the built-in ExceptionHandler. | type | null | String | Exception type to handle. | ## Getting Started with AjaxExceptionHandler -Find the detailed information about this component at ExceptionHandler section at Utilities chapter. \ No newline at end of file +Find the detailed information about this component at [ExceptionHandler](core/errorhandling.md) section. \ No newline at end of file diff --git a/docs/12_0_0/components/ajaxexceptionhandler.md b/docs/12_0_0/components/ajaxexceptionhandler.md index 20e012602b..d9f57ceead 100644 --- a/docs/12_0_0/components/ajaxexceptionhandler.md +++ b/docs/12_0_0/components/ajaxexceptionhandler.md @@ -23,4 +23,4 @@ AjaxExceptionHandler is a utility component for the built-in ExceptionHandler. | type | null | String | Exception type to handle. | ## Getting Started with AjaxExceptionHandler -Find the detailed information about this component at ExceptionHandler section at Utilities chapter. \ No newline at end of file +Find the detailed information about this component at [ExceptionHandler](core/errorhandling.md) section. \ No newline at end of file