Skip to content

Commit e91587b

Browse files
TylerMSFTTylerMSFT
authored andcommitted
test fix
1 parent 5d55ba3 commit e91587b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ide/cpp-linter-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ monikerRange: ">=msvc-160"
1616

1717
The IntelliSense code linter for C++ helps developers find and fix common C++ problems right inside Visual Studio. It's based on the same engine that provides C++ IntelliSense, so problems are flagged as soon as you type them.
1818

19-
:::image type="complex" source="../ide/media/linter-demo-animation.gif" alt-text="Animation showing the C plus plus linter in action.":::
19+
:::image type="complex" source="media/linter-demo-animation.gif" alt-text="Animation showing the C plus plus linter in action.":::
2020
As the user types if (i = 3), a popup appears suggesting the correction i == 3, which is selected and updates the code to read if (i == 3)
2121
:::image-end
2222

@@ -40,7 +40,7 @@ When you change the check severity level, it changes how the problem is shown in
4040

4141
::: moniker range=">=msvc-170"
4242

43-
![Screenshot of the linter configuration window with options such as warning on accidental assignment, uninitialized local variable, and more.](../ide/media/linter-settings.png)
43+
![Screenshot of the linter configuration window with options such as warning on accidental assignment, uninitialized local variable, and more.](media/linter-settings.png)
4444

4545
(The presentation in Visual Studio 2019 is slightly different, but the options are similar.)
4646

0 commit comments

Comments
 (0)