Skip to content

Commit afe3fe2

Browse files
committed
Fix images.
Currently they don't show up. They need to be within the `src/` directory to get included in the generated output.
1 parent 1a38c21 commit afe3fe2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

guide/src/nvvm/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ If you set up the codegen backend for debug, it should give you a mapping from R
5353

5454
Here is an example of the screen you should see:
5555

56-
![](../../../assets/nsight.png)
56+
![](../../assets/nsight.png)

0 commit comments

Comments
 (0)