Skip to content

Commit

Permalink
use the v3 IIIF API at archive.org
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Sep 13, 2024
1 parent 37cb65a commit a55445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/iiif/manifest/archive_org_reference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def thumbnail

def as_json(opts = {})
manifest = {}
manifest['id'] = "https://iiif.archive.org/iiif/2/#{@id}/manifest.json"
manifest['id'] = "https://iiif.archive.org/iiif/3/#{@id}/manifest.json"
manifest['type'] = 'Manifest'
manifest['thumbnail'] = thumbnail
manifest['label'] = @solr_document['title']
Expand Down

0 comments on commit a55445c

Please sign in to comment.