Skip to content

Commit b37b06b

Browse files
authored
Merge pull request #692 from ucldc/fix-aeon-links
use prd link for aeon requests
2 parents 45ab7e9 + 98eb584 commit b37b06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arclight/config/downloads.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ sample_unitid:
1414
href: ''
1515
size: '1.23MB'
1616
ead:
17-
href: 'https://cinco-stage.s3.amazonaws.com/media/ead/%{eadid}'
17+
href: 'https://cinco-prd.s3.amazonaws.com/media/ead/%{eadid}'
1818
size: 123456
1919
# size_accessor: 'level'
2020
default:
2121
disabled: true
2222
pdf:
2323
template: ''
2424
ead:
25-
template: 'https://cinco-stage.s3.amazonaws.com/media/ead/%{eadid}'
25+
template: 'https://cinco-prd.s3.amazonaws.com/media/ead/%{eadid}'

0 commit comments

Comments
 (0)