Finds the first Link with the given relation in the manifest's links.
Link? linkWithRel(String rel) => readingOrder.firstWithRel(rel) ?? resources.firstWithRel(rel) ?? links.firstWithRel(rel);