Skip to content

Commit ed047b6

Browse files
authored
Simplify superfluous relative links in "Profile-Guided Optimization errors and warnings (PGxxxx)"
1 parent 1d8816e commit ed047b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/error-messages/tool-errors/profile-guided-optimization-errors-and-warnings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ ms.assetid: f67b1011-fb64-4df3-9356-d52c9423ff3f
99

1010
This section is a reference to the errors generated by the Profile-Guided Optimization (PGO) tools. PGO errors and warnings have the form PG*xxxx*, where *xxxx* is a four-digit number.
1111

12-
[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)]
12+
[!INCLUDE[error-boilerplate](../includes/error-boilerplate.md)]
1313

1414
## PGO errors
1515

1616
| Error | Message |
1717
|--|--|
18-
| [Profile-Guided Optimization Error PG0165](../../error-messages/tool-errors/profile-guided-optimization-error-pg0165.md) | Reading '*filename.pgd*' : '*message*'. |
18+
| [Profile-Guided Optimization Error PG0165](profile-guided-optimization-error-pg0165.md) | Reading '*filename.pgd*' : '*message*'. |
1919

2020
## PGO warnings
2121

2222
| Warning | Message |
2323
|--|--|
24-
| [Profile-Guided Optimization Warning PG1039](../../error-messages/tool-errors/profile-guided-optimization-warning-pg1039.md) | Failed waiting for quiet time to sweep. |
25-
| [Profile-Guided Optimization Warning PG1087](../../error-messages/tool-errors/profile-guided-optimization-warning-pg1087.md) | The PGC file 'file' is not valid. |
24+
| [Profile-Guided Optimization Warning PG1039](profile-guided-optimization-warning-pg1039.md) | Failed waiting for quiet time to sweep. |
25+
| [Profile-Guided Optimization Warning PG1087](profile-guided-optimization-warning-pg1087.md) | The PGC file 'file' is not valid. |
2626

2727
## See also
2828

0 commit comments

Comments
 (0)