Преглед изворни кода

DOC: fixed MR regression leading to doc build error

Jakob Hasse пре 6 година
родитељ
комит
7e7f87a70d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/en/api-guides/error-handling.rst

+ 1 - 1
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 <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.