Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove warnings on broken links #141

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workshop/content/docs/advanced/bridges.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The [OGC SensorThings API standard](https://ogcapi-workshop.ogc.org/api-deep-div

The pygeoapi SensorThings bridge enables to proxy the SensorThings entities (e.g.: `Thing` , `Sensor`, `DataStream`, `ObservedProperty` ) into feature collections.

In this section we'll have a look at how to Publish a SensorThings API `Thing` as an OGC API - Features collection, which can then be consumed by various clients, like [the ones listed here](../../publishing/ogcapi-features/#client-access)
In this section we'll have a look at how to Publish a SensorThings API `Thing` as an OGC API - Features collection, which can then be consumed by various clients, like [the ones listed here](../publishing/ogcapi-features.md#client-access)

!!! question "Update the pygeoapi configuration"

Expand Down
2 changes: 1 addition & 1 deletion workshop/content/docs/advanced/semantic-web-linked-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pygeoapi supports this use case via embedding a `schema.org` JSON-LD snippet in

!!! tip

See more information at [Search Engine Optimization](../seo)
See more information at [Search Engine Optimization](./seo.md)

## Publish spatial data in the Semantic Web

Expand Down
4 changes: 2 additions & 2 deletions workshop/content/docs/publishing/first.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Exercise 1 - Your first dataset

In this section you are going to publish a vector dataset.

For this exercise, we will use a CSV dataset of [Points of interest in Kosovo](https://github.com/geopython/diving-into-pygeoapi/blob/main/workshop/exercises/data/osm_poi_kosovo.csv),
kindly provided by [Open Street Map Community and GeoFabrik](https://download.geofabrik.de/europe/kosovo.html).
For this exercise, we will use a CSV dataset of [Bathing waters in Estonia](https://github.com/geopython/diving-into-pygeoapi/tree/main/workshop/exercises/data/bathingwater-estonia.csv),
kindly provided by [Estonian Health Board](https://terviseamet.ee).

You can find this dataset in `workshop/exercises/data/osm_poi_kosovo.csv`.

Expand Down
2 changes: 1 addition & 1 deletion workshop/content/docs/publishing/ogcapi-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ And the feature items here:

## pygeoapi as a WFS proxy

You can check the "pygeoapi as a Bridge to Other Services" section to learn how to [publish WFS as OGC API - Features](../../advanced/bridges/#publishing-wfs-as-ogc-api-features).
You can check the "pygeoapi as a Bridge to Other Services" section to learn how to [publish WFS as OGC API - Features](../advanced/bridges.md#publishing-wfs-as-ogc-api-features).

## Client access

Expand Down
2 changes: 1 addition & 1 deletion workshop/content/docs/publishing/ogcapi-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In this section we'll be exposing a Geopackage file available at `workshop/exerc

## pygeoapi as a WMS proxy

You can check the "pygeoapi as a Bridge to Other Services" section to learn how to [publish WMS as OGC API - Maps](../../advanced/bridges/#publishing-wms-as-ogc-api-maps).
You can check the "pygeoapi as a Bridge to Other Services" section to learn how to [publish WMS as OGC API - Maps](../advanced/bridges.md#publishing-wms-as-ogc-api-maps).

## Client access

Expand Down
2 changes: 1 addition & 1 deletion workshop/content/docs/publishing/ogcapi-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ to the collection.

## pygeoapi as a CSW proxy

You can check the "pygeoapi as a Bridge to Other Services" section to learn how to [publish CSW as OGC API - Records](../../advanced/bridges/#publishing-csw-as-ogc-api-records).
You can check the "pygeoapi as a Bridge to Other Services" section to learn how to [publish CSW as OGC API - Records](../advanced/bridges.md#publishing-csw-as-ogc-api-records).

## Client access

Expand Down
Loading