Skip to content

Commit 8c17b61

Browse files
committed
Updated a few links
1 parent de6ed41 commit 8c17b61

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_libosmium_manual/02_dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ project OSM coordinates into spatial reference systems other than Web Mercator
218218
### Doxygen
219219

220220
The Libosmium API documentation can be built using
221-
[Doxygen](http://www.doxygen.nl/). Usually you do not need to do
221+
[Doxygen](https://www.doxygen.nl/). Usually you do not need to do
222222
this, because the API reference is available
223223
[online](https://docs.osmcode.org/libosmium/latest/). If you want to build it
224224
yourself, you need [Graphviz](https://www.graphviz.org/) in addition to Doxygen.

_libosmium_manual/03_building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Please report any issues you have and we might be able to solve them.
162162
## Building the reference documentation
163163

164164
To build the documentation you'll need
165-
[Doxygen](http://www.doxygen.nl/).
165+
[Doxygen](https://www.doxygen.nl/).
166166

167167
After configuring with CMake as described above, call
168168

osmcoastline/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ <h2>Download</h2>
5555
<h2>License</h2>
5656

5757
<p>OSMCoastline is available under the <a
58-
href="https://www.gnu.org/licenses/gpl.html">GNU GENERAL PUBLIC LICENSE Version
58+
href="https://www.gnu.org/licenses/gpl-3.0.html">GNU GENERAL PUBLIC LICENSE Version
5959
3</a>.</p>
6060

osmium-tool/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ <h2>Download</h2>
7272
<h2>License</h2>
7373

7474
<p>The Osmium Tool is available under the <a
75-
href="https://www.gnu.org/licenses/gpl.html">GNU GENERAL PUBLIC LICENSE Version
75+
href="https://www.gnu.org/licenses/gpl-3.0.html">GNU GENERAL PUBLIC LICENSE Version
7676
3</a>.</p>
7777

0 commit comments

Comments
 (0)