Skip to content

Commit e0011c9

Browse files
Arthurvdvclaude
andcommitted
fix(links): resolve lychee broken-link report (#175)
Fixes the two genuine 404s and silences three bot-blocking hosts that return 403 to lychee from CI: - ALOps VS Marketplace URL moved from HodorNV.intelli-ship-al-tools to Hodor.hodor-alops (updated in azure-devops/_index.md and examples.md). - Delete the obsolete content/docs/analyzers/xx0000.md; its Learn link (devenv-analyzer-restrictions) 404s and the page is no longer needed. - Skip stackoverflow.com, npmjs.com and itnext.io in .lycheeignore; the links are valid but 403 lychee's default user-agent from GitHub IPs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4014941 commit e0011c9

4 files changed

Lines changed: 7 additions & 47 deletions

File tree

.lycheeignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
^https://alcops\.dev
88

99
# Add known-flaky or bot-blocking external hosts below as they surface.
10+
11+
# Bot-blocking hosts that 403 lychee's default user-agent from CI (links are valid).
12+
^https://stackoverflow\.com
13+
^https://(www\.)?npmjs\.com
14+
^https://itnext\.io

content/docs/analyzers/xx0000.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

content/docs/getting-started/cicd/azure-devops/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Use auto-detection or an explicit detection source instead.
8787

8888
## ALOps integration
8989

90-
If you use [ALOps](https://marketplace.visualstudio.com/items?itemName=HodorNV.intelli-ship-al-tools) for compilation, add `ALCopsDownloadAnalyzers@1` before the ALOps compile task. Pass the analyzer DLLs via the `al_analyzer` (v1) or `alcodeanalyzer` (v2/v3) parameter. See [Examples](examples/) for working snippets.
90+
If you use [ALOps](https://marketplace.visualstudio.com/items?itemName=Hodor.hodor-alops) for compilation, add `ALCopsDownloadAnalyzers@1` before the ALOps compile task. Pass the analyzer DLLs via the `al_analyzer` (v1) or `alcodeanalyzer` (v2/v3) parameter. See [Examples](examples/) for working snippets.
9191

9292
## Alternative: CLI
9393

content/docs/getting-started/cicd/azure-devops/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ ALOps v3 in serial mode supports absolute paths, so use the `$(ALCopsDownload.ou
220220

221221
## See also
222222

223-
- [ALOps documentation](https://marketplace.visualstudio.com/items?itemName=HodorNV.intelli-ship-al-tools)
223+
- [ALOps documentation](https://marketplace.visualstudio.com/items?itemName=Hodor.hodor-alops)
224224
- [BcContainerHelper documentation](https://github.com/microsoft/navcontainerhelper)
225225
- [BC Development Tools NuGet package](https://www.nuget.org/packages/Microsoft.Dynamics.BusinessCentral.Development.Tools)
226226
- [Demo repository with all pipelines](https://dev.azure.com/Arthurvdv/ALCops)

0 commit comments

Comments
 (0)