Links job pack for Tessera: check markdown links for broken file links, dead anchors, and orphan docs.
Project description
tesserakit-links
Check Markdown links for broken file references, dead anchors, and orphaned docs.
tessera-links scans Markdown files, resolves every inline link, and flags the ones that point nowhere. External URLs are inventoried but never fetched (no network), keeping the check fast and offline.
Check
tessera links check --input . --output ./out/links_pack
Artifacts written:
links.jsonl one Link per inline link (kind, target, broken flag)
index.md the link inventory
validation_report.md broken-link / broken-anchor / orphan findings
coverage_report.md links by kind (internal / anchor / external / mailto)
broken.md every broken link + the list of orphan docs
What it checks
- Internal file links (
./foo.md,../x/y.md): the target file must exist. - Anchors (
#section,foo.md#section): the heading must exist in the target file (GitHub-style slug). - Orphan docs: Markdown files that no other doc links to (excluding
README.md/index.md). - External (
http(s)://) and mailto: links are inventoried but not validated.
Findings
broken_link— internal link to a missing filebroken_anchor— link to a heading anchor that does not existorphan_doc— a Markdown file linked from nowhereno_links— nothing found
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tesserakit_links-0.4.0.tar.gz.
File metadata
- Download URL: tesserakit_links-0.4.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5abb489c6f043433b95af77f41d3ca97e721fcae2cdd5a9583350e8cc6631883
|
|
| MD5 |
577bed1ff2eb1304a3e83323c07b3cdd
|
|
| BLAKE2b-256 |
e980fdcdb3864093bf602697115c1510e9711cfe5d099f5f1c8ac017e80fde2c
|
File details
Details for the file tesserakit_links-0.4.0-py3-none-any.whl.
File metadata
- Download URL: tesserakit_links-0.4.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abefa2ca9023b9af8f313f0d3ddf7d30a854a4905dced5635b9a186e56d95aa1
|
|
| MD5 |
81d454a8a00aa7cb0883e3659892ea89
|
|
| BLAKE2b-256 |
4d3875e7c0888658c1df25f5502d9973fa5f851d2a253ecbcf81d4a0bd85ab8a
|