Skip to content

Commit 4d5713c

Browse files
author
Colin Robertson
committed
fix missing extension
1 parent 68e3761 commit 4d5713c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/tool-errors/linker-tools-error-lnk1000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ ms.workload: ["cplusplus"]
1616

1717
> unknown error; consult documentation for technical support options
1818
19-
Note the circumstances of the error, then try to isolate the problem and create a reproducible test case. For information on how to investigate and report these errors, see [How to report a problem with the Visual C++ toolset or documentation](../../how-to-report-a-problem-with-the-visual-cpp-toolset).
19+
Note the circumstances of the error, then try to isolate the problem and create a reproducible test case. For information on how to investigate and report these errors, see [How to report a problem with the Visual C++ toolset or documentation](../../how-to-report-a-problem-with-the-visual-cpp-toolset.md).
2020

2121
You may get this error if you mix standard header files (for example, Windows.h) and your own files. Include a precompiled header, if any, first, then the standard headers, followed by your own header files.

0 commit comments

Comments
 (0)