Skip to content

Commit b2fa738

Browse files
committed
Fix authors url
1 parent 17e614d commit b2fa738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

caltechdata_api/caltechdata_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def caltechdata_write(
234234
else:
235235
data = metadata
236236
if production == True:
237-
url = "https://authors.caltech.edu/"
237+
url = "https://authors.library.caltech.edu/"
238238
else:
239239
url = "https://authors.caltechlibrary.dev/"
240240

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"codeRepository": "https://github.com/caltechlibrary/caltechdata_api",
77
"issueTracker": "https://github.com/caltechlibrary/caltechdata_api/issues",
88
"license": "https://data.caltech.edu/license",
9-
"version": "1.4.4",
9+
"version": "1.4.5",
1010
"author": [
1111
{
1212
"@type": "Person",

0 commit comments

Comments
 (0)