app/presenters/spotlight/iiif_manifest_presenter.rb in blacklight-spotlight-3.4.4.1 vs app/presenters/spotlight/iiif_manifest_presenter.rb in blacklight-spotlight-3.5.0
- old
+ new
@@ -6,10 +6,10 @@
# that will generate a IIIFManifest object, and the actual JSON manifest from the IIIFManifest object.
# Instances of this class represent IIIF leaf nodes. We do not currently generate manifests with interstitial
# nodes.
#
# IIIFManifest expects the following methods: #file_set_presenters, #work_presenters, #manifest_url, #description.
- # see: https://github.com/projecthydra-labs/iiif_manifest/blob/master/README.md
+ # see: https://github.com/projecthydra-labs/iiif_manifest/blob/main/README.md
class IiifManifestPresenter
require 'iiif_manifest'
# The class that represents the leaf nodes must implement #id (here implemented
# via delegation to the resource, since this class represents leaf nodes).