Skip to content

Commit

Permalink
fix 404
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed May 20, 2024
1 parent 716d7f3 commit 02419fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ The `planetiler-core` module includes the following software:
| OSM Lakelines | [MIT](https://github.com/lukasmartinelli/osm-lakelines), data from OSM [ODBL](https://www.openstreetmap.org/copyright) | yes | no |
| OSM Water Polygons | [acknowledgement](https://osmdata.openstreetmap.de/info/license.html), data from OSM [ODBL](https://www.openstreetmap.org/copyright) | yes | yes |
| Wikidata name translations | [CCO](https://www.wikidata.org/wiki/Wikidata:Licensing) | no | no |
| Overture Maps | [Various](https://docs.overturemaps.org/attribution/) | no | yes |
| Overture Maps | [Various](https://docs.overturemaps.org/attribution) | no | yes |

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public String description() {
public String attribution() {
return """
<a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap</a>
<a href="https://docs.overturemaps.org/attribution/" target="_blank">&copy; Overture Maps Foundation</a>
<a href="https://docs.overturemaps.org/attribution" target="_blank">&copy; Overture Maps Foundation</a>
"""
.replace("\n", " ")
.trim();
Expand Down

0 comments on commit 02419fc

Please sign in to comment.