Broken internal links (0)
Explanation
Pointers from one content document to another should take the form target_document.xml, and the target document must exist.To run this diagnostic on its own, use:ant diagnostics -DrunOnly=checkInternalLinks
None found.
Broken resource links (0)
Explanation
Pointers from a document to a PDF or DOCX or similar on the server should consist of the filename of the resource file alone; the build process infers that this file will be found in a folder named for the id of the visit file, and will construct a path to find it. That constructed path should match an existing file on the server, which can be found here.To run this diagnostic on its own, use:ant diagnostics -DrunOnly=checkResourceLinks
None found.
Broken audio links (0)
Explanation
Pointers from an audio element to an mp3 on the server should consist of the filename of the mp3 file alone; the build process infers that this file will be found in a folder named for the id of the visit file, and will construct a path to find it. That constructed path should match an existing file on the server, which can be found here.To run this diagnostic on its own, use:ant diagnostics -DrunOnly=checkAudioLinks
None found.
Broken video links (1)
Explanation
Pointers from a video element to an mp4 on the server should consist of the filename of the mp4 file alone; the build process infers that this file will be found in a folder named for the id of the visit file, and will construct a path to find it. That constructed path should match an existing file on the server, which can be found here.To run this diagnostic on its own, use:ant diagnostics -DrunOnly=checkVideoLinks
- There is a video src attribute pointing to visit_2025_tulinius_torfi/visit_2025_tulinius_torfi_masculinity_and_trauma.mp4, but that video file does not exist.
Broken image links (0)
Explanation
Pointers from an img element to an image on the server should consist of the prefix img: plus the filename of the image file alone; the build process infers that this file will be found in a folder named for the id of the visit file, and will construct a path to find it. That constructed path should match an existing file on the server, which can be found here.To run this diagnostic on its own, use:ant diagnostics -DrunOnly=checkImageLinks
None found.
Broken people links (0)
Explanation
Pointers from an a element to a person in people.xml should take the form people.xml#person_id.To run this diagnostic on its own, use:ant diagnostics -DrunOnly=checkPeopleLinks
None found.