Skip to content

fix(docs): Fix broken link paths in split table merging documentation#70

Merged
AdemBoukhris457 merged 1 commit intomainfrom
fix/docs_link_paths
Nov 1, 2025
Merged

fix(docs): Fix broken link paths in split table merging documentation#70
AdemBoukhris457 merged 1 commit intomainfrom
fix/docs_link_paths

Conversation

@AdemBoukhris457
Copy link
Owner

🐛 Summary

Fixes broken internal links in split table merging documentation that were causing MkDocs build warnings in strict mode.

🔧 Changes

  • Fixed examples link in split-table-merging.md:

    • Changed: ../../../examples/basic-usage.md
    • To: ../../examples/basic-usage.md
    • Correct path from docs/user-guide/features/ to docs/examples/
  • Fixed feature guide link in structured-parser.md:

    • Changed: ../../features/split-table-merging.md
    • To: ../features/split-table-merging.md
    • Correct path from docs/user-guide/parsers/ to docs/user-guide/features/

✅ Fixed Issues

  • WARNING - Link '../../examples/basic-usage.md' not found → ✅ Fixed
  • WARNING - Link 'features/split-table-merging.md' not found → ✅ Fixed
  • ✅ MkDocs --strict mode now passes without warnings

🧪 Testing

  • mkdocs build --strict passes successfully
  • All internal links verified and working
  • Navigation structure validated

📝 Notes

This is a follow-up fix to resolve link path issues discovered during MkDocs build validation.

- Correct examples link path in split-table-merging.md
- Fix feature guide link path in structured-parser.md
- Resolves MkDocs build warnings
@AdemBoukhris457 AdemBoukhris457 self-assigned this Nov 1, 2025
@AdemBoukhris457 AdemBoukhris457 added bug Something isn't working documentation Improvements or additions to documentation labels Nov 1, 2025
@AdemBoukhris457 AdemBoukhris457 merged commit 98b31a3 into main Nov 1, 2025
1 check passed
@AdemBoukhris457 AdemBoukhris457 deleted the fix/docs_link_paths branch November 1, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant