Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSafia Abdalla <safia@microsoft.com>2021-10-20 07:13:28 +0300
committerGitHub <noreply@github.com>2021-10-20 07:13:28 +0300
commitfd2e24a142fb8916359624712b41f63cef81ad2a (patch)
treede2c255909b91fe27b21559550e3fc33112d3aef
parent165a466c0a32e513123c3ab79455f6985e50a7b0 (diff)
Apply suggestions from code reviewsafia/doc-update
Co-authored-by: Kevin Pilch <kevinpi@microsoft.com>
-rw-r--r--docs/BuildFromSource.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md
index b2c48cfa68..f39e3f5f25 100644
--- a/docs/BuildFromSource.md
+++ b/docs/BuildFromSource.md
@@ -21,8 +21,8 @@ git clone --recursive https://github.com/YOUR_USERNAME/aspnetcore
The experience for building the repo is slightly different based on what environment you are looking to develop in. Select one of the links below to navigate to the instructions for your environment of choice.
* [Visual Studio on Windows](#visual-studio-in-windows)
-* [Visual Studio Code on Windows, Linux, Mac](visual-studio-code-on-windows-linux-mac)
-* [Codespaces on GitHub](codespaces-on-github)
+* [Visual Studio Code on Windows, Linux, Mac](#visual-studio-code-on-windows-linux-mac)
+* [Codespaces on GitHub](#codespaces-on-github)
## Visual Studio on Windows