From 5704e882a96e38a3b68c98c4b093569692abcaf7 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 27 Aug 2022 17:08:46 +0300 Subject: [PATCH] doc: replace GDB URL with wiki tutorial --- doc/manual/source/troubleshoot.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/troubleshoot.rst b/doc/manual/source/troubleshoot.rst index d3b88c836..21a2bc98c 100644 --- a/doc/manual/source/troubleshoot.rst +++ b/doc/manual/source/troubleshoot.rst @@ -30,8 +30,8 @@ Here is an example of what might occur:: The error message says that the program terminated unsuccessfuly, but it is not clear from this information what might be wrong. To examine more -closely, try running it under the `gdb debugger -`_: +closely, try running it under the +`gdb debugger `_: .. sourcecode:: bash