Skip to content

Commit 1fdfbac

Browse files
committed
fix(docs): Fix broken relative links and add external domains to ignore list
1 parent d7a889f commit 1fdfbac

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.markdown-link-check.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@
7676
"pattern": "learn\\.microsoft\\.com",
7777
"comment": "Returns HTTP 404 for some valid pages due to redirects"
7878
},
79+
{
80+
"pattern": "docs\\.microsoft\\.com",
81+
"comment": "Old Microsoft docs domain, some pages return 404"
82+
},
83+
{
84+
"pattern": "docs\\.docker\\.com",
85+
"comment": "Some Docker MCP pages return 404"
86+
},
87+
{
88+
"pattern": "mongodb\\.com/blog",
89+
"comment": "Some MongoDB blog posts return 404"
90+
},
7991
{
8092
"pattern": "encina\\.dev",
8193
"comment": "Future domain - not yet registered"

docs/features/read-write-separation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,6 @@ Log output shows routing decisions:
883883
- [Multi-Tenancy Guide](multi-tenancy.md)
884884
- [Module Isolation Guide](module-isolation.md)
885885
- [Health Checks Overview](../guides/health-checks.md)
886-
- [Connection Management](../guides/connection-management.md)
887886

888887
---
889888

docs/testing/benchmarks/benchmark-results.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -865,9 +865,9 @@ dotnet run -c Release --project tests/Encina.BenchmarkTests/Encina.Benchmarks --
865865

866866
## Related Documentation
867867

868-
- [Read/Write Separation Benchmarks](../../tests/Encina.BenchmarkTests/Encina.Benchmarks/ReadWriteSeparation/README.md)
869-
- [Testing Strategy](../testing/testing-strategy.md)
870-
- [Performance Optimization Guide](../guides/performance.md)
868+
- [Read/Write Separation Benchmarks](../../../tests/Encina.BenchmarkTests/Encina.Benchmarks/ReadWriteSeparation/README.md)
869+
- [EntityFrameworkCore Benchmarks](../../../tests/Encina.BenchmarkTests/Encina.Benchmarks/EntityFrameworkCore/README.md)
870+
- [CLAUDE.md - Testing Standards](../../../CLAUDE.md#testing-standards)
871871

872872
---
873873

0 commit comments

Comments
 (0)