Skip to content

Commit ff385d0

Browse files
Merge pull request #5726 from TylerMSFT/bi
fix image syntax
2 parents d917f86 + 9d2f18a commit ff385d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build-insights/tutorials/build-insights-tips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ This feature requires Visual Studio 2022 17.12 or later.
5555

5656
Now you can designate a folder to automatically save Build Insight reports to so you can easily access them.
5757

58-
To set the designated folder, go to **Tools** > **Options** > **C++ Build Insights** > **Trace Collection**. Set a path in **Store Build Insights reports in this directory**:
58+
To set the designated folder, go to **Tools** > **Options** > **C++ Build Insights** > **Trace Collection**. Set a path in the **Store Build Insights reports in this directory** textbox:
5959

6060
:::image type="complex" source="./media/build-insights-reports-directory.png" alt-text="A screenshot of the options window.":::
61-
Tools > Options. Build Insights > Trace Collection is selected in the left pane. Collection Settings appears on the right. The Store Build Insights reports in this directory checkbox is selected, and the text box contains the path c:\users\contoso\workspace as an example."
61+
In the left pane, Build Insights > Trace Collection is selected. In the collection settings, the checkbox for Store Build Insights reports in this directory is selected, and the directory text box contains the path c:\users\contoso\workspace as an example.
6262
:::image-end:::
6363

6464
Reports are automatically saved to this folder when you run Build Insights. If a path isn't set, the `TEMP` folder is used.

0 commit comments

Comments
 (0)