Skip to content

Commit db394c8

Browse files
committed
fix incorrectly formatted relative link
1 parent 603e16c commit db394c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/install/visual-studio-administrator-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ We have several tools available to help you [detect and manage installed Visual
5555

5656
By default, the Visual Studio installation enables customer feedback. When you enable Group Policy, you can configure Visual Studio to disable customer feedback on individual computers. To do so, set a registry-based policy on the following key:
5757

58-
**HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VisualStudio\SQM**
58+
**HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VisualStudio\SQM**
5959

60-
Entry = **OptIn**
60+
Entry = **OptIn**
6161

62-
Value = (DWORD)
63-
* **0** is opted out
64-
* **1** is opted in
62+
Value = (DWORD)
63+
* **0** is opted out
64+
* **1** is opted in
6565

66-
For more information about customer feedback settings, see the [Visual Studio Customer Experience Improvement Program](..ide/visual-studio-experience-improvement-program.md) page.
66+
For more information about customer feedback settings, see the [Visual Studio Customer Experience Improvement Program](../ide/visual-studio-experience-improvement-program.md) page.
6767

6868
## Get support
6969

0 commit comments

Comments
 (0)