Skip to content

Commit

Permalink
Use https instead of http for culturegraph url #1983
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Apr 15, 2024
1 parent ad37298 commit 530c987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/alma/fix/relatedRessourcesAndLinks.fix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set_array("sameAs[]")

# 035 - System Control Number (R) - Subfield: $a (NR)
if any_match("almaMmsId","^.*6441$")
paste("sameAs[].$append.id", "~http://hub.culturegraph.org/resource/(DE-605)","almaMmsId",join_char:"")
paste("sameAs[].$append.id", "~https://hub.culturegraph.org/resource/(DE-605)","almaMmsId",join_char:"")
add_field("sameAs[].$last.label","Culturegraph Ressource")
end

Expand Down

0 comments on commit 530c987

Please sign in to comment.