diff --git a/recipe/0434-choice-av/manifest.json b/recipe/0434-choice-av/manifest.json index b19fbac46..2be5716f5 100644 --- a/recipe/0434-choice-av/manifest.json +++ b/recipe/0434-choice-av/manifest.json @@ -49,42 +49,42 @@ "type": "Choice", "items": [ { - "id": "{{ id.path }}/egbe-iyawo-ucla.m4a", + "id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.m4a", "type": "Sound", "format": "audio/alac", "duration": 14, "label": "ALAC" }, { - "id": "{{ id.path }}/egbe-iyawo-ucla.mp3", + "id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.mp3", "type": "Sound", "format": "audio/mp3", "duration": 14, "label": "MP3" }, { - "id": "{{ id.path }}/egbe-iyawo-ucla.flac", + "id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.flac", "type": "Sound", "format": "audio/flac", "duration": 14, "label": "FLAC" }, { - "id": "{{ id.path }}/egbe-iyawo-ucla.ogg", + "id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.ogg", "type": "Sound", "format": "audio/ogg", "duration": 14, "label": "OGG Vorbis OGG" }, { - "id": "{{ id.path }}/egbe-iyawo-ucla.mpeg", + "id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.mpeg", "type": "Sound", "format": "audio/mpeg", "duration": 14, "label": "MPEG2" }, { - "id": "{{ id.path }}/egbe-iyawo-ucla.wav", + "id": "https://fixtures.iiif.io/audio/ucla/egbe-iyawo-ucla.wav", "type": "Sound", "format": "audio/wav", "duration": 14,