Skip to content

Commit 0a14536

Browse files
committed
Fix links
1 parent c90c1e0 commit 0a14536

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_file_formats_manual/05_pbf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: PBF Format
44
---
55

66
The [PBF](https://wiki.openstreetmap.org/wiki/PBF_Format) file format is based
7-
on the [Google Protocol Buffers](https://developers.google.com/protocol-buffers/).
7+
on the [Google Protocol Buffers](https://protobuf.dev/).
88
PBF files are very space efficient and faster to use than XML files. PBF files
99
can contain normal OSM data or OSM history data, but there is no equivalent to
1010
the XML .osc format.

_libosmium_manual/02_dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ You need at least Boost version 1.55.
106106

107107
_Not needed any more from version 2.3.0 onwards_
108108

109-
[Google Protocol Buffers](https://developers.google.com/protocol-buffers/) in
110-
at least version 2.4.0 is needed for reading and writing [OSM PBF
109+
[Google Protocol Buffers](https://protobuf.dev/) in at least version 2.4.0 is
110+
needed for reading and writing [OSM PBF
111111
files](https://wiki.openstreetmap.org/wiki/PBF_Format).
112112

113113
* Debian/Ubuntu: `libprotobuf-dev`, `protobuf-compiler`
@@ -144,7 +144,7 @@ a version from the git repository.
144144

145145
_Not needed any more from version 2.15.0 onwards_
146146

147-
The [utf8-cpp](http://utfcpp.sourceforge.net/) library is needed for the OPL
147+
The [utf8-cpp](https://utfcpp.sourceforge.net/) library is needed for the OPL
148148
output format. A copy of this library is included in the libosmium repository
149149
but not installed by default. Either use the packages of your distribution,
150150
install it from the source, or use the `INSTALL_UTFCPP` option of the libosmium

_libosmium_manual/03_building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ with `INSTALL_PROTOZERO`. Newer versions of libosmium don't include this any
194194
more.)
195195

196196
(Libosmium versions 2.14.0 and before also included
197-
[utfcpp](http://utfcpp.sourceforge.net/) which could be included
197+
[utfcpp](https://utfcpp.sourceforge.net/) which could be included
198198
with `INSTALL_UTFCPP`. Newer versions of libosmium don't include this any
199199
more.)
200200

0 commit comments

Comments
 (0)