OpenGeoMetadata / metadata-issues

Working space for metadata issues, development, and discussions
Apache License 2.0
2 stars 0 forks source link

Fix image links on Transform Metadata page #37

Closed rmseifried closed 2 years ago

rmseifried commented 2 years ago

The links on this page correctly point to the new image locations (e.g. https://github.com/OpenGeoMetadata/opengeometadata.github.io/blob/main/assets/images/ISO_snippet.png) but are not displaying on the website.

karenmajewicz commented 2 years ago

Fixed in this PR https://github.com/OpenGeoMetadata/metadata-issues/issues/37

The links need to be relative, so I changed them from something like https://github.com/OpenGeoMetadata/opengeometadata.github.io/blob/main/assets/images/ISO_snippet.png to /..assets/images/ISO_snippet.png