Skip to content

Commit bbfab16

Browse files
authored
Merge pull request Azure#10210 from Azure/isra-fel-patch-1
Fix broken links in troubleshoot-ci.md
2 parents 958bc48 + 6bbb59f commit bbfab16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

documentation/troubleshoot-ci.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,40 @@ This means there are issues with your help files.
1616

1717
### Reasons:
1818

19-
- Cmdlet was changed while .md help files were not regenerated [this way](documentation/development-docs/help-generation.md) or there is no help files at all.
19+
- Cmdlet was changed while .md help files were not regenerated [this way](development-docs/help-generation.md) or there is no help files at all.
2020
- Help files were re-generated, however they weren't filled with real data. I.e. help generator leaves templates like this `"{{Description there}}"` and they need to be manually filled by developer with descriptions, examples, etc.
2121

2222
### Solution
2323

24-
Regenerate MD help files [this way](documentation/development-docs/help-generation.md) and update "{{\*}}" placeholders
24+
Regenerate MD help files [this way](development-docs/help-generation.md) and update "{{\*}}" placeholders
2525

2626
## Code analysis failures
2727

2828
### Message
2929

30-
> c:\workspace\powershell\build.proj(597,5): error MSB3073: The command "c:\workspace\powershell\artifacts\\**StaticAnalysis.exe** -p c:\workspace\powershell\artifacts\Debug -r c:\workspace\powershell\artifacts -m Az.Network" exited with code 255.c:\workspace\powershell\build.proj(609,5): error : StaticAnalysis has failed. Please follow the instructions on this doc: [https://github.com/Azure/azure-powershell/blob/master/documentation/Debugging-StaticAnalysis-Errors.md](documentation/Debugging-StaticAnalysis-Errors.md)
30+
> c:\workspace\powershell\build.proj(597,5): error MSB3073: The command "c:\workspace\powershell\artifacts\\**StaticAnalysis.exe** -p c:\workspace\powershell\artifacts\Debug -r c:\workspace\powershell\artifacts -m Az.Network" exited with code 255.c:\workspace\powershell\build.proj(609,5): error : StaticAnalysis has failed. Please follow the instructions on this doc: [https://github.com/Azure/azure-powershell/blob/master/documentation/Debugging-StaticAnalysis-Errors.md](Debugging-StaticAnalysis-Errors.md)
3131
3232
### Reasons
3333

3434
Something that is considered as unacceptable was added with your PR e.g. breaking change, incorrect signature, etc.
3535

3636
### Solution
3737

38-
According to the [link above](documentation/Debugging-StaticAnalysis-Errors.md) you would need to investigate .csv files in the build artifacts.
38+
According to the [link above](Debugging-StaticAnalysis-Errors.md) you would need to investigate .csv files in the build artifacts.
3939

4040
There are several ways to act:
4141

4242
1. In case your changes in the listed files are unintentional, just roll them back.
4343

4444
2. In case changes could be improved without affecting functionality (e.g. signature is incorrect, but you could adjust it to suit requirements), try to fix.
4545

46-
3. In case messages in csv files describe expected changes, add them to [exclusions](documentation/Debugging-StaticAnalysis-Errors.md#breaking-changes).
46+
3. In case messages in csv files describe expected changes, add them to [exclusions](Debugging-StaticAnalysis-Errors.md#breaking-changes).
4747

4848
### Example:
4949

5050
One of the often reasons are BreakingChangesIssues.
5151

52-
If collected Breaking Changes issues are expected (e.g. cmdlet was really changed), you would need to update Exclusions file [like this](documentation/Debugging-StaticAnalysis-Errors.md#breaking-changes) to bypass CI build.
52+
If collected Breaking Changes issues are expected (e.g. cmdlet was really changed), you would need to update Exclusions file [like this](Debugging-StaticAnalysis-Errors.md#breaking-changes) to bypass CI build.
5353

5454
## Test failures
5555

0 commit comments

Comments
 (0)