Skip to content

Commit

Permalink
Merge pull request #476 from dfsp-spirit/471-fix-ogp-url
Browse files Browse the repository at this point in the history
FIX: fix OGP URLs, see #471
  • Loading branch information
huberrob committed Jan 8, 2024
2 parents ebb73ea + 68f5854 commit e8953e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fuji_server/data/metadata_standards_uris.json
Original file line number Diff line number Diff line change
Expand Up @@ -5780,7 +5780,7 @@
},
{
"type": "homepage",
"value": "hhttps://ogp.me"
"value": "https://ogp.me"
},
{
"type": "namespace",
Expand All @@ -5789,7 +5789,7 @@
],
"subject_areas": null,
"urls": [
"hhttps://ogp.me",
"https://ogp.me",
"https://ogp.me/ns#"
]
},
Expand Down Expand Up @@ -7668,7 +7668,7 @@
],
"title": "EAD (Encoded Archival Description)"
},
"hhttps://ogp.me": {
"https://ogp.me": {
"acronym": "OpenGraph",
"field_of_science": [],
"id": "opengraph",
Expand All @@ -7679,7 +7679,7 @@
},
{
"type": "homepage",
"value": "hhttps://ogp.me"
"value": "https://ogp.me"
},
{
"type": "namespace",
Expand Down Expand Up @@ -38209,7 +38209,7 @@
},
{
"type": "homepage",
"value": "hhttps://ogp.me"
"value": "https://ogp.me"
},
{
"type": "namespace",
Expand Down

0 comments on commit e8953e0

Please sign in to comment.