Skip to content

Commit 86fc366

Browse files
committed
fix links
1 parent 7b4a925 commit 86fc366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/specify-command-line-args.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ int main(int argc, char* argv[])
6565
6666
In this example, the `-arg1 -arg2` arguments are selected:
6767
68-
:::image type="content" source="../media/command-line-argument-dropdown-selected-args.png" alt-text="A screenshot of the command-line args dropdown. The entry for `-arg1 -arg2` is selected.":::
68+
:::image type="content" source="./media/command-line-argument-dropdown-selected-args.png" alt-text="A screenshot of the command-line args dropdown. The entry for `-arg1 -arg2` is selected.":::
6969
7070
Which results in this output when the app is run:
7171
@@ -82,7 +82,7 @@ Another useful feature is that you can click in the command-line arguments dropd
8282

8383
The other way to specify command-line arguments is through the project settings. If you right-click the project in the **Solution Explorer** and choose **Properties**, you can specify command-line arguments in the **Debugging** > **Command Arguments** section.
8484

85-
:::image type="complex" source="../media/debugging-property-page-command-args.png" alt-text="A screenshot of the project property pages debugging options.":::
85+
:::image type="complex" source="./media/debugging-property-page-command-args.png" alt-text="A screenshot of the project property pages debugging options.":::
8686
The Command Arguments entry is shown and it has the same arguments as the command-line arguments dropdown: -arg1 -arg2.
8787
:::image-end:::
8888

0 commit comments

Comments
 (0)