Skip to content

Commit

Permalink
Fix path to ogcapi-environmental-data-retrieval-1.bundled.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Nov 27, 2023
1 parent baada5d commit a71f323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/standard/openapi/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenAPI definitions

This example API definition can be used to provide an OpenAPI 3.0 definition for an implementation of _OGC API - Environmental Data Retrieval_.
The API definition can be visualized with [SwaggerUI](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/standard/openapi/ogcapi-environmental-data-retrieval-1.bundled.json).
The API definition can be visualized with [SwaggerUI](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/core/standard/openapi/ogcapi-environmental-data-retrieval-1.bundled.json).

The list of supported paths should be adjusted in `ogcapi-environmental-data-retrieval-1.yaml`.

Expand Down
2 changes: 1 addition & 1 deletion docs/edr_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>

function render() {
api_url = '../standard/openapi/ogcapi-environmental-data-retrieval-1.bundled.json';
api_url = '../core/standard/openapi/ogcapi-environmental-data-retrieval-1.bundled.json';
var ui = SwaggerUIBundle({
url: api_url,
dom_id: '#swagger-ui',
Expand Down

0 comments on commit a71f323

Please sign in to comment.