Skip to content

Commit 8285bb0

Browse files
Some extra links in docs
1 parent 75abf1a commit 8285bb0

File tree

1 file changed

+3
-3
lines changed
  • src/Microsoft.AspNetCore.SpaServices

1 file changed

+3
-3
lines changed

src/Microsoft.AspNetCore.SpaServices/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -671,10 +671,10 @@ This is not a perfect solution to the problem of identifying 404s, because for e
671671

672672
How to attach and use a debugger depends on what code you want to debug. For details, see:
673673

674-
* How to debug your C# code that runs on the server
674+
* [How to debug your C# code that runs on the server](#debugging-your-c-code-that-runs-on-the-server)
675675
* How to debug your JavaScript/TypeScript code:
676-
* ... when it's running in a browser
677-
* ... when it's running on the server (i.e., via `asp-prerender` or NodeSevices)
676+
* ... [when it's running in a browser](#debugging-your-javascripttypescript-code-when-its-running-in-a-browser)
677+
* ... [when it's running on the server](#debugging-your-javascripttypescript-code-when-it-runs-on-the-server) (i.e., via `asp-prerender` or NodeSevices)
678678

679679
### Debugging your C# code that runs on the server
680680

0 commit comments

Comments
 (0)