Skip to content

Commit

Permalink
update oracc base url
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonjetz committed Oct 31, 2023
1 parent 8c4da60 commit e2c79f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragmentarium/ui/info/ExternalNumberLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function OraccLink({
const baseUrl =
project === 'ccp'
? 'https://ccp.yale.edu/'
: `https://oracc.org/${project}/`
: `http://oracc.museum.upenn.edu/${project}/`
return (
<ExternalLink
href={`${baseUrl}${encodeURIComponent(cdliNumber)}`}
Expand Down

0 comments on commit e2c79f9

Please sign in to comment.