Skip to content

Commit 63f63b6

Browse files
fix: update sourceware resources
Signed-off-by: emmanuel-ferdman <[email protected]>
1 parent 2e198fa commit 63f63b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/user_guides/debugging/backtrace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Example 2:
3232
See also:
3333

3434
- `Backtraces in GDB*
35-
<https://sourceware.org/gdb/current/onlinedocs/gdb/Backtrace.html#Backtrace>`_
35+
<https://sourceware.org/gdb/onlinedocs/gdb/Backtrace.html#Backtrace>`_

docs/user_guides/debugging/breakpoints.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You have several ways to set breakpoints:
1717
See also:
1818
- `Breakpoints in GDB*`_.
1919

20-
.. _Breakpoints in GDB*: https://sourceware.org/gdb/current/onlinedocs/gdb/Set-Breaks.html#Set-Breaks
20+
.. _Breakpoints in GDB*: https://sourceware.org/gdb/onlinedocs/gdb/Set-Breaks.html#Set-Breaks
2121

2222
Consider the following numba-dpex kernel code (refer
2323
``numba_dpex/examples/debug/simple_sum.py`` for full example):

docs/user_guides/debugging/stepping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ a single line without interference, set the scheduler-locking setting to `on` or
7272

7373
See also:
7474

75-
- `Continuing and Stepping in GDB* <https://sourceware.org/gdb/current/onlinedocs/gdb/Continuing-and-Stepping.html#Continuing-and-Stepping>`_
75+
- `Continuing and Stepping in GDB* <https://sourceware.org/gdb/onlinedocs/gdb/Continuing-and-Stepping.html#Continuing-and-Stepping>`_

0 commit comments

Comments
 (0)