update conformance links for those that exist #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What I am changing
Fixing/removing conformance links that are 404'ing
How I did it
I didn't immediately notice but the newest OGC docs (see links below) have removed the bad links, so I followed that example (outside of the ogcapi-features-3.0 examples which are broken and not removed).
https://docs.ogc.org/is/19-072/19-072.html#toc64
https://docs.opengeospatial.org/is/17-069r4/17-069r4.html#_response_3
I also left some questions on the relevant ogcapi repos:
opengeospatial/ogcapi-features#821
opengeospatial/ogcapi-common#327
How you can test it