Skip to content

Commit

Permalink
Merge pull request #127 from OpenGeoMetadata/126-update-link-for-sche…
Browse files Browse the repository at this point in the history
…ma-files

change link to OGM GitHub page for schema files
  • Loading branch information
thatbudakguy authored Jan 26, 2023
2 parents 7fecaec + 1a4d3d3 commit 7a42aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geo_combine/geoblacklight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Geoblacklight
attr_reader :metadata

GEOBLACKLIGHT_VERSION = '1.0'
SCHEMA_JSON_URL = "https://raw.githubusercontent.com/geoblacklight/geoblacklight/main/schema/geoblacklight-schema-#{GEOBLACKLIGHT_VERSION}.json"
SCHEMA_JSON_URL = "https://raw.githubusercontent.com/OpenGeoMetadata/opengeometadata.github.io/main/schema/geoblacklight-schema-#{GEOBLACKLIGHT_VERSION}.json"
DEPRECATED_KEYS_V1 = %w[
uuid
georss_polygon_s
Expand Down

0 comments on commit 7a42aaa

Please sign in to comment.