Skip to content

Commit 6d05cfd

Browse files
authored
Fixed new links
1 parent 426c5ba commit 6d05cfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/ide/find-code-changes-and-other-history-with-codelens.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ You can discover unit tests that exist for your C# or Visual Basic code without
200200

201201
1. Go to application code that has associated [unit test code](../test/unit-test-your-code.md).
202202

203-
2. If you have not already, build your application to load the CodeLens test indicators. Make sure [discovery by built assemblies](../test/test-explorer-faq.md#assembly-based-discovery-is-no-longer-working-for-my-project-how-do-i-turn-it-back-on) is turned on.
203+
2. If you have not already, build your application to load the CodeLens test indicators. Make sure [discovery by built assemblies](../test/test-explorer-faq.md#assembly-based-discovery) is turned on.
204204

205205
3. Review the tests for the code by pressing **Alt**+**3**.
206206

@@ -321,7 +321,8 @@ To use the keyboard:
321321

322322
### Q: My CodeLens test indicators no longer appear in my file when I first open my solution. How can I load them?
323323

324-
**A:** Rebuild your project to get CodeLens test indicators to load in your file. Make sure [discovery by built assemblies](../test/test-explorer-faq.md#assembly-based-discovery-is-no-longer-working-for-my-project-how-do-i-turn-it-back-on) is turned on. To improve performance, Visual Studio no longer fetches source information for test indicators when code files are loaded. Test indicators are loaded after a build, or when you navigate to a test by double-clicking on it in **Test Explorer**.
324+
**A:** Rebuild your project to get CodeLens test indicators to load in your file. Make sure [discovery by built assemblies](../test/test-explorer-faq.md#assembly-based-discovery
325+
) is turned on. To improve performance, Visual Studio no longer fetches source information for test indicators when code files are loaded. Test indicators are loaded after a build, or when you navigate to a test by double-clicking on it in **Test Explorer**.
325326

326327
## See also
327328

0 commit comments

Comments
 (0)