Skip to content

Commit c388e37

Browse files
committed
Use https links where possible.
1 parent 1e8b7e8 commit c388e37

File tree

10 files changed

+17
-16
lines changed

10 files changed

+17
-16
lines changed

_libosmium_manual/02_dependencies.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ writing OSM XML files.
134134

135135
### Boost >= 1.55
136136

137-
[Boost](http://www.boost.org/) Iterator is used for Tag filters, and for the
137+
[Boost](https://www.boost.org/) Iterator is used for Tag filters, and for the
138138
Object Pointer Collection. The CRC32 checksum implementatation from boost is
139139
needed for caclcuation checksums over OSM objects. Libosmium versions before
140140
2.6.1 also needed Boost for writing PBF files.
@@ -161,7 +161,7 @@ the `sparse-mem-table` index map, often used as a node location store.
161161
### Boost Program Options (until version 2.7.2)
162162

163163
[Boost Program
164-
Options](http://www.boost.org/doc/libs/1_54_0/doc/html/program_options.html) is
164+
Options](https://www.boost.org/doc/libs/1_67_0/doc/html/program_options.html) is
165165
needed for parsing command line options in some examples.
166166

167167
* Debian/Ubuntu: `libboost-program-options-dev`
@@ -207,7 +207,7 @@ commit](https://github.com/osmcode/libosmium/commit/3424a7400d70d3b9c5b27b7f704e
207207

208208
### Proj.4
209209

210-
The [Proj.4](http://proj4.org/) library is needed if you want to
210+
The [Proj.4](https://proj4.org/) library is needed if you want to
211211
project OSM coordinates into spatial reference systems other than Web Mercator
212212
(EPSG 3857, often named Google Mercator).
213213

_libosmium_manual/04_running_tests.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ chapter: 4
33
title: Running tests
44
---
55

6-
Libosmium uses the [Catch](https://github.com/philsquared/Catch/) unit testing
7-
framework and CTest which is part of the [CMake](https://cmake.org/) suite.
6+
Libosmium uses version 1 of the [Catch](https://github.com/catchorg/Catch2)
7+
unit testing framework and CTest which is part of the
8+
[CMake](https://cmake.org/) suite.
89

910
There are three kinds of tests: _unit tests_, _data tests_, and _example
1011
tests_. For the details see below.

_osmium_tool_manual/04_showing_osm_files.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This will show you something like the following:
2828
(9.47108,47.0477,9.63622,47.2713)
2929
With history: no
3030
Options:
31-
generator=Osmium (http://wiki.openstreetmap.org/wiki/Osmium)
31+
generator=Osmium/1.8.0
3232
osmosis_replication_timestamp=2016-04-12T19:14:02Z
3333
pbf_dense_nodes=true
3434
timestamp=2016-04-12T19:14:02Z
@@ -52,7 +52,7 @@ gives you a lot more information:
5252
(9.47108,47.0477,9.63622,47.2713)
5353
With history: no
5454
Options:
55-
generator=Osmium (http://wiki.openstreetmap.org/wiki/Osmium)
55+
generator=Osmium/1.8.0
5656
osmosis_replication_timestamp=2016-04-12T19:14:02Z
5757
pbf_dense_nodes=true
5858
timestamp=2016-04-12T19:14:02Z

_osmium_tool_manual/09_creating_extracts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Osmium can also read an OSM file with a (multi)polygon in it that specifies
3333
the area to cut out. If you know the relation ID of such a multipolygon, you
3434
can download it from the OSM server using a URL such as this:
3535

36-
http://www.openstreetmap.org/api/0.6/relation/RELATION-ID/full
36+
https://www.openstreetmap.org/api/0.6/relation/RELATION-ID/full
3737

3838
For Paris this could be
3939

40-
http://www.openstreetmap.org/api/0.6/relation/7444/full
40+
https://www.openstreetmap.org/api/0.6/relation/7444/full
4141

4242
This works well for smaller multipolygons (such as city boundaries), but for
4343
very large multipolygons (such as a whole country) chances are you'll get a

_osmium_tool_manual/11_history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Working with history files
66
Osmium can not only work with normal OSM data files, but also with history
77
files. History files look more or less like normal OSM data files, but they
88
can contain several versions of the same object. The [full history planet
9-
dump](http://planet.osm.org/planet/full-history/) contains all versions of all
9+
dump](https://planet.osm.org/planet/full-history/) contains all versions of all
1010
objects that ever existed in the OSM data.
1111

1212
Most programs using OSM data expect object IDs to be unique, so they can not

docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Talks</h2>
9494
<a href="https://media.jochentopf.com/media/2014-06-15-talk-sotmeu2014-osmium-en-video.mp4">download video</a> |
9595
<a href="https://www.youtube.com/watch?v=3NBDGIIm-l8">watch on youtube</a> ]
9696
</li>
97-
<li>September 2013 at <a href="http://2013.stateofthemap.org/">SOTM 2013</a>, Birmingham:</br>
97+
<li>September 2013 at <a href="https://2013.stateofthemap.org/">SOTM 2013</a>, Birmingham:</br>
9898
<b>High Performance OSM Data Manipulation With Osmium</b>
9999
[ <a href="https://media.jochentopf.com/media/2013-09-08-talk-sotm2013-osmium-en-slides.pdf">slides</a> |
100100
<a href="https://media.jochentopf.com/media/2013-09-08-talk-sotm2013-osmium-en-video.mp4">download video</a> ]

faq.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3>Can Osmium do Coordinate Transformations?</h3>
4848

4949
<p>Yes. Osmium has builtin support for the OSM native format WGS84 (EPSG 4326)
5050
and Web Mercator (EPSG 3857). It can also use the <a
51-
href="http://proj4.org">PROJ.4</a> library to transform to about any
51+
href="https://proj4.org/">PROJ.4</a> library to transform to about any
5252
coordinate reference system out there.</p>
5353

5454

libosmium/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ <h2>Download</h2>
4747
<a href="https://packages.debian.org/source/jessie-backports/libosmium">Jessie
4848
backports</a>),
4949
<a href="https://apps.fedoraproject.org/packages/libosmium/overview">Fedora</a>,
50-
and <a href="http://braumeister.org/formula/libosmium">Homebrew</a>.</p>
50+
and <a href="https://formulae.brew.sh/formula/libosmium">Homebrew</a>.</p>
5151

5252

5353
<h2>License</h2>
5454

5555
<p>The Osmium Library is available under the very liberal
56-
<a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software License</a>.</p>
56+
<a href="https://www.boost.org/LICENSE_1_0.txt">Boost Software License</a>.</p>
5757

5858

5959
<h2>The "Old" Osmium</h2>

node-osmium/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ <h2>Documentation</h2>
3030
<h2>License</h2>
3131

3232
<p>Like the Osmium Library, the Node.js bindings are available under the very
33-
liberal <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software
33+
liberal <a href="https://www.boost.org/LICENSE_1_0.txt">Boost Software
3434
License</a>.</p>
3535

osmium-tool/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>Download</h2>
6666
backports</a>;
6767
<a href="https://packages.ubuntu.com/zesty/osmium-tool">Ubuntu Zesty</a>,
6868
<a href="https://apps.fedoraproject.org/packages/osmium-tool/overview">Fedora</a>,
69-
and <a href="http://braumeister.org/formula/osmium-tool">Homebrew</a>.</p>
69+
and <a href="https://formulae.brew.sh/formula/osmium-tool">Homebrew</a>.</p>
7070

7171
<h2>License</h2>
7272

0 commit comments

Comments
 (0)