Skip to content

Commit 5e7d46a

Browse files
authored
remove warnings on broken links (#141)
1 parent f46c523 commit 5e7d46a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

workshop/content/docs/advanced/bridges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The [OGC SensorThings API standard](https://ogcapi-workshop.ogc.org/api-deep-div
192192

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

195-
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)
195+
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)
196196

197197
!!! question "Update the pygeoapi configuration"
198198

workshop/content/docs/advanced/semantic-web-linked-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pygeoapi supports this use case via embedding a `schema.org` JSON-LD snippet in
2121

2222
!!! tip
2323

24-
See more information at [Search Engine Optimization](../seo)
24+
See more information at [Search Engine Optimization](./seo.md)
2525

2626
## Publish spatial data in the Semantic Web
2727

workshop/content/docs/publishing/first.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ title: Exercise 1 - Your first dataset
66

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

9-
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),
10-
kindly provided by [Open Street Map Community and GeoFabrik](https://download.geofabrik.de/europe/kosovo.html).
9+
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),
10+
kindly provided by [Estonian Health Board](https://terviseamet.ee).
1111

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

workshop/content/docs/publishing/ogcapi-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ And the feature items here:
157157

158158
## pygeoapi as a WFS proxy
159159

160-
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).
160+
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).
161161

162162
## Client access
163163

workshop/content/docs/publishing/ogcapi-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In this section we'll be exposing a Geopackage file available at `workshop/exerc
6363

6464
## pygeoapi as a WMS proxy
6565

66-
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).
66+
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).
6767

6868
## Client access
6969

workshop/content/docs/publishing/ogcapi-records.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ to the collection.
140140

141141
## pygeoapi as a CSW proxy
142142

143-
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).
143+
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).
144144

145145
## Client access
146146

0 commit comments

Comments
 (0)