Skip to content

Commit 409d6c1

Browse files
committed
Use https URLs.
1 parent 93e145e commit 409d6c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_libosmium_manual/02_dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ returns.
195195

196196
### GEOS
197197

198-
[GEOS](http://trac.osgeo.org/geos/) is needed if you want to convert OSM
198+
[GEOS](https://trac.osgeo.org/geos/) is needed if you want to convert OSM
199199
geometries into GEOS geometries. The GEOS support is deprecated and works only
200200
until GEOS 3.5. For details see [this
201201
commit](https://github.com/osmcode/libosmium/commit/3424a7400d70d3b9c5b27b7f704eee2c1725450d).

_libosmium_manual/13_geometries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ std::unique_ptr<OGRLineString> line = factory.create_linestring(way);
185185

186186
### GeoJSON
187187

188-
The [GeoJSON](http://geojson.org/) format describes how to encode geometries
188+
The [GeoJSON](https://geojson.org/) format describes how to encode geometries
189189
in JSON.
190190

191191
Libosmium has two different GeoJSON factories. One creates normal

_osmium_tool_manual/09_creating_extracts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you happen to have a polygon describing Paris, you can use it instead:
2121

2222
osmium extract -p paris-polygon.geojson france.pbf -o paris.pbf
2323

24-
This assumes you have the polygon in [GeoJSON format](http://geojson.org/) in
24+
This assumes you have the polygon in [GeoJSON format](https://geojson.org/) in
2525
the file `paris-polygon.geojson`. Osmium also understands the [`POLY`
2626
format](https://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format),
2727
a text-based format popularized first by Osmosis and sometimes used in the OSM

0 commit comments

Comments
 (0)