Skip to content

Commit

Permalink
Change links
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavjanak committed Aug 1, 2022
1 parent 02b5ab5 commit 5adea56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h6>Products</h6>
<a href="{{ include.link_url }}/cloud/geocoding/">Geocoding</a>
<a href="{{ include.link_url }}/cloud/customize/">Map designers tool</a>
<a href="{{ include.link_url }}/cloud/geodata-hosting/">GeoData hosting</a>
<a href="{{ include.link_url }}/maps/">Static map</a>
<a href="https://documentation.maptiler.com/hc/en-us/articles/360020805897-Static-maps-for-your-web">Static map</a>
<a href="{{ include.link_url }}/desktop/">Data processing</a>
<a href="{{ include.link_url }}/weather/">Weather visualization</a>
<a href="{{ include.link_url }}/server/">Self-hosting Server</a>
Expand All @@ -41,8 +41,8 @@ <h6>Maps</h6>
<a href="{{ include.link_url }}/maps/outdoor/">Outdoor</a>
<a href="{{ include.link_url }}/maps/winter/">Winter</a>
<a href="https://cloud.maptiler.com/maps/topo/">Topo</a>
<a href="{{ include.link_url }}/maps/maps/3d/#10.4800/46.8400/4300/270/-20">3D</a>
<a href="{{ include.link_url }}/maps/terrain/">Terrain</a>
<a href="{{ include.link_url }}/maps/3d/#10.4800/46.8400/4300/270/-20">3D</a>
<a href="{{ include.link_url }}/terrain/">Terrain</a>
<a href="{{ include.link_url }}/countries/">Countries</a>
<a href="{{ include.link_url }}/attribution-free-map/">Attribution-free map</a>
<a href="{{ include.link_url }}/maps/">Map preview</a>
Expand Down
4 changes: 2 additions & 2 deletions templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h6 class="m-0 text-uppercase small ps-o5 text-desktop pb-1">Engine & Desktop</h
{% if page.style contains 'data' %}
<a class="nav-item nav-link" href="/data/pricing/">Pricing</a>
{% elsif page.style contains 'server' %}
<a class="nav-item nav-link" href="/server/pricing/">Pricing</a>
<a class="nav-item nav-link" href="/data/pricing/">Pricing</a>
{% elsif page.style contains 'desktop' %}
<a class="nav-item nav-link" href="/pricing/">Pricing</a>
{% else %}
Expand Down Expand Up @@ -225,7 +225,7 @@ <h6 class="m-0 text-uppercase small ps-o5 text-desktop pb-1">Engine & Desktop</h
</div>

<a role="button" type="button" class="py-2 mx-2 h6 d-block my-0 border-top border-light link-secondary"
{% if page.style contains 'data' %}href="/data/pricing/"{% elsif page.style contains 'server' %}href="/server/pricing/"
{% if page.style contains 'data' %}href="/data/pricing/"{% elsif page.style contains 'server' %}href="/data/pricing/"
{% elsif page.style contains 'desktop' %}href="/pricing/"{% else %}href="/cloud/pricing/"{% endif %}>
Pricing
</a>
Expand Down

0 comments on commit 5adea56

Please sign in to comment.