From 7e7f87a70dd4a23313ccfa932da21fb60bfc391a Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Tue, 18 Feb 2020 09:01:33 +0100 Subject: [PATCH] DOC: fixed MR regression leading to doc build error --- docs/en/api-guides/error-handling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/error-handling.rst b/docs/en/api-guides/error-handling.rst index d465a414c5..bd908de751 100644 --- a/docs/en/api-guides/error-handling.rst +++ b/docs/en/api-guides/error-handling.rst @@ -120,5 +120,5 @@ Enabling exception handling normally increases application binary size by a few If an exception is thrown, but there is no ``catch`` block, the program will be terminated by ``abort`` function, and backtrace will be printed. See :doc:`Fatal Errors ` for more information about backtraces. -See :example:`system/cpp_exceptions` for an example of C++ exception handling. +See :example:`cxx/exceptions` for an example of C++ exception handling.