Skip to content

Commit a933c2c

Browse files
authored
Language changes to accommodate new linter rule "MD059/descriptive-link-text" (#1042)
* small link changes for linting * small language change for linting * small language change for linting
1 parent f847afc commit a933c2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/articles/nunit/technical-notes/usage/Trace-and-Debug-Output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ This issue has been discussed at [Issue 718](https://github.com/nunit/nunit3-vs-
110110
suggested by [Charlie Poole](https://github.com/CharliePoole).
111111

112112
The repro code for the issue can be found
113-
[here](https://github.com/nunit/nunit3-vs-adapter.issues/tree/master/Issue718) and
114-
[here](https://github.com/TestCentric/testcentric-gui/issues/1043).
113+
[on this vs-adapter issue](https://github.com/nunit/nunit3-vs-adapter.issues/tree/master/Issue718) and
114+
[on this TestCentric GUI issue](https://github.com/TestCentric/testcentric-gui/issues/1043).

docs/articles/vs-test-adapter/AdapterV4-Release-Notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This major release introduce support for the new Microsoft Testing Platform.
88

99
* [1152](https://github.com/nunit/nunit3-vs-adapter/issues/1152) Microsoft Testing Platform for NUnit
1010

11-
See more information [here](https://docs.nunit.org/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.html)
11+
You can find more information [at this article on NUnit and Microsoft Testing Platform](https://docs.nunit.org/articles/vs-test-adapter/NUnit-And-Microsoft-Test-Platform.html)
1212

1313
### Breaking changes
1414

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# How to enable Trace and Debug output
22

33
Trace and Debug output is by default not sent to the console output, or anywhere else. If you want to have this output,
4-
you must add a `TraceListener` as documented [here](xref:traceanddebugoutput).
4+
you must add a `TraceListener` as documented [in this article on trace and debug output](xref:traceanddebugoutput).

0 commit comments

Comments
 (0)