Skip to content

Commit 1f22eb5

Browse files
authored
Merge pull request #1223 from maxmind/kevin/fix-geolite-footer-link
Fix geolite footer link
2 parents 07e8bdf + 71371cd commit 1f22eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h3 class="footer__heading">Products</h3>
2323
<a class="footer__link" href="https://www.maxmind.com/en/solutions/geoip2-enterprise-product-suite/enterprise-database">GeoIP2 Enterprise Database</a>
2424
<a class="footer__link" href="https://www.maxmind.com/en/geoip2-precision-services">GeoIP2 Precision Services</a>
2525
<a class="footer__link" href="https://www.maxmind.com/en/geoip2-databases">GeoIP2 Databases</a>
26-
<a class="footer__link" href="https://dev.maxmind.com/geoip/geoip2/geolite2">GeoLite2 Free Geolocation Data</a>
26+
<a class="footer__link" href="https://dev.maxmind.com/geoip/geolite2-free-geolocation-data/">GeoLite2 Free Geolocation Data</a>
2727
<a class="footer__link" href="https://www.maxmind.com/en/affiliate-program">Affiliate Program</a>
2828
</div>
2929
<div class="footer__group footer__group__support">

0 commit comments

Comments
 (0)