Finds all Links having the given rel in the manifest's links.
rel
List<Link> linksWithRel(String rel) => (readingOrder + resources + links).filterByRel(rel);