Skip to content

Commit e455738

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents b9e9403 + 669fc9e commit e455738

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/profiling/how-to-specify-symbol-file-locations-from-the-command-line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To display symbol information such as function names and line numbers, the VSPer
3939

4040
2. Use the following syntax to set the **_NT_SYMBOL_PATH** environment variable or the VSPerfReport /SymbolPath option:
4141

42-
**srv\\*** *LocalStore* **\*http://msdl.microsoft.com/downloads/symbols**
42+
**srv\\*** *LocalStore* **\*http://msdl.microsoft.com/download/symbols**
4343

4444
where *LocalStore* is the path of the local directory that you created.
4545

@@ -49,7 +49,7 @@ To display symbol information such as function names and line numbers, the VSPer
4949
## Example
5050
The following command line sets the **_NT_SYMBOL_PATH** environment variable to the Windows symbol server and the local directory to **C:\Symbols**.
5151

52-
**set _NT_SYMBOL_PATH=srv\*C:\symbols\*http://msdl.microsoft.com/downloads/symbols**
52+
**set _NT_SYMBOL_PATH=srv\*C:\symbols\*http://msdl.microsoft.com/download/symbols**
5353

5454
The following VSPerfReport command line adds the *C:\Projects\Symbols* directory to the search path by using the **/SymbolPath** option.
5555

docs/test/writing-unit-tests-for-c-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To enable your test code to access the functions in the project to be tested, ad
7373

7474
### Link to object or library files
7575

76-
If the test code doesn't export the functions that you want to test, you can add the output .obj or .lib files to the dependencies of the test project. See [To link the tests to the object or library files](how-to-use-microsoft-test-framework-for-cpp.md).
76+
If the test code doesn't export the functions that you want to test, you can add the output .obj or .lib files to the dependencies of the test project. See [To link the tests to the object or library files](/visualstudio/test/how-to-use-microsoft-test-framework-for-cpp#same_project).
7777

7878
### Add #include directives for header files
7979

0 commit comments

Comments
 (0)