Skip to content

Commit 562a5a5

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
further updates to page name
1 parent 62bebc7 commit 562a5a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
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://www.maxmind.com/en/geolite-free-ip-geolocation-data">GeoLite2 Free Geolocation Data</a>
26+
<a class="footer__link" href="https://www.maxmind.com/en/geolite-free-ip-geolocation-data">GeoLite databases and web services</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">

layouts/partials/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{{ if .HasChildren }}
6464
<ul class="sidebar__child-group js-sidebar-child-group">
6565
{{ range .Children }}
66-
<li {{ if or (eq .Name "Web Services Documentation") (eq .Name "GeoLite2 Free Geolocation Data") }} class="sidebar__group-break" {{ end }}>
66+
<li {{ if or (eq .Name "Web Services Documentation") (eq .Name "GeoLite databases and web services") }} class="sidebar__group-break" {{ end }}>
6767
<a
6868
class="sidebar__child {{ if $currentPage.IsMenuCurrent "geoip" . }}is-active{{ end }}"
6969
href="{{ .URL }}">

0 commit comments

Comments
 (0)