Skip to content

Commit 2903a1b

Browse files
authored
Update URL pointing to Source Link repo
Also replace "SourceLink" with official "Source Link".
1 parent 82a5de4 commit 2903a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build/reference/sourcelink.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ms.date: "08/20/2018"
44
f1_keywords: ["/sourcelink"]
55
helpviewer_keywords: ["/SOURCELINK linker option", "/SOURCELINK"]
66
---
7-
# /SOURCELINK (Include Sourcelink file in PDB)
7+
# /SOURCELINK (Include Source Link file in PDB)
88

9-
Specifies a SourceLink configuration file to include in the PDB file generated by the linker.
9+
Specifies a Source Link configuration file to include in the PDB file generated by the linker.
1010

1111
## Syntax
1212

@@ -19,7 +19,7 @@ Specifies a JSON-formatted configuration file that contains a simple mapping of
1919

2020
## Remarks
2121

22-
SourceLink is a language- and source-control agnostic system for providing source debugging for binaries. SourceLink is supported for native C++ binaries starting in Visual Studio 2017 version 15.8. For an overview of SourceLink, see [Source Link](https://github.com/dotnet/designs/blob/master/accepted/diagnostics/source-link.md). For information on how to use SourceLink in your projects and how to generate the SourceLink file as part of your project, see [Using SourceLink](https://github.com/dotnet/sourcelink#using-sourcelink).
22+
Source Link is a language- and source-control agnostic system for providing source debugging for binaries. Source Link is supported for native C++ binaries starting in Visual Studio 2017 version 15.8. For an overview of Source Link, see [Source Link](https://github.com/dotnet/designs/blob/master/accepted/diagnostics/source-link.md). For information on how to use Source Link in your projects and how to generate the SourceLink file as part of your project, see [Using Source Link](https://github.com/dotnet/sourcelink#using-source-link-in-c-projects).
2323

2424
### To set the /SOURCELINK linker option in Visual Studio
2525

0 commit comments

Comments
 (0)