Skip to content

Commit 1440d34

Browse files
committed
fix incorrect link hashes
as identified by linkChecker workflow
1 parent 642cd91 commit 1440d34

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

content/geoip/docs/databases/anonymous-ip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These are named `GeoIP2-Anonymous-IP-Blocks-IPv4.csv` and
6161
not.
6262
<br />
6363
<a
64-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anonymizer-detection"
64+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anon-detection"
6565
>Learn more about anonymizer and proxy detection on our Knowledge
6666
Base.</a
6767
>
@@ -79,7 +79,7 @@ These are named `GeoIP2-Anonymous-IP-Blocks-IPv4.csv` and
7979
<code>is_hosting_provider</code> flag.
8080
<br />
8181
<a
82-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#vpns"
82+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#VPN"
8383
>Learn more about VPNs on our Knowledge Base.</a
8484
>
8585
</td>
@@ -93,7 +93,7 @@ These are named `GeoIP2-Anonymous-IP-Blocks-IPv4.csv` and
9393
description of <code>is_anonymous_vpn</code> flag). Blank if not.
9494
<br />
9595
<a
96-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-providers"
96+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-provider"
9797
>Learn more about hosting providers used for anonymizing on our
9898
Knowledge Base.</a
9999
>

content/geoip/docs/databases/anonymous-plus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ These are named `GeoIP-Anonymous-Plus-Blocks-Plusv4.csv` and
6868
not.
6969
<br />
7070
<a
71-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anonymizer-detection"
71+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anon-detection"
7272
>Learn more about anonymizer and proxy detection on our Knowledge
7373
Base.</a
7474
>
@@ -86,7 +86,7 @@ These are named `GeoIP-Anonymous-Plus-Blocks-Plusv4.csv` and
8686
<code>is_hosting_provider</code> flag.
8787
<br />
8888
<a
89-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#vpns"
89+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#VPN"
9090
>Learn more about VPNs on our Knowledge Base.</a
9191
>
9292
</td>
@@ -100,7 +100,7 @@ These are named `GeoIP-Anonymous-Plus-Blocks-Plusv4.csv` and
100100
description of <code>is_anonymous_vpn</code> flag). Blank if not.
101101
<br />
102102
<a
103-
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-providers"
103+
href="https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-provider"
104104
>Learn more about hosting providers used for anonymizing on our
105105
Knowledge Base.</a
106106
>

content/geoip/docs/web-services/responses.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ only.
266266

267267
**Note:** This field has been moved from the `traits` object to the `anonymizer` object. It is still returned in the `traits` object for backwards compatibility but is deprecated there.
268268

269-
[Learn more about anonymizer and proxy detection on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anonymizer-detection)
269+
[Learn more about anonymizer and proxy detection on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anon-detection)
270270
{{</ geoip-schema-row >}}
271271

272272
{{< geoip-schema-row key="is_anonymous_vpn" valueType="boolean" insights="true">}}
@@ -276,15 +276,15 @@ only.
276276

277277
**Note:** This field has been moved from the `traits` object to the `anonymizer` object. It is still returned in the `traits` object for backwards compatibility but is deprecated there.
278278

279-
[Learn more about VPNs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#vpns)
279+
[Learn more about VPNs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#VPN)
280280
{{</ geoip-schema-row >}}
281281

282282
{{< geoip-schema-row key="is_hosting_provider" valueType="boolean" insights="true">}}
283283
This is `true` if the IP address belongs to a hosting or VPN provider (see description of `is_anonymous_vpn` flag). Otherwise, the key is not included in the `anonymizer` object.
284284

285285
**Note:** This field has been moved from the `traits` object to the `anonymizer` object. It is still returned in the `traits` object for backwards compatibility but is deprecated there.
286286

287-
[Learn more about hosting providers used for anonymizing on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-providers)
287+
[Learn more about hosting providers used for anonymizing on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-provider)
288288
{{</ geoip-schema-row >}}
289289

290290
{{< geoip-schema-row key="is_public_proxy" valueType="boolean" insights="true">}}
@@ -868,7 +868,7 @@ address.
868868

869869
This is `true` if the IP address belongs to any sort of anonymous network. Otherwise, the key is not included in the `traits` object.
870870

871-
[Learn more about anonymizer and proxy detection on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anonymizer-detection)
871+
[Learn more about anonymizer and proxy detection on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#anon-detection)
872872
{{</ geoip-schema-row >}}
873873

874874
{{< geoip-schema-row key="is_anonymous_vpn" valueType="boolean" insights="true">}}
@@ -878,7 +878,7 @@ address.
878878

879879
If a VPN provider does not register subnets under names associated with them, we will likely only flag their IP ranges using the `is_hosting_provider` flag.
880880

881-
[Learn more about VPNs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#vpns)
881+
[Learn more about VPNs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#VPN)
882882
{{</ geoip-schema-row >}}
883883

884884
{{< geoip-schema-row key="is_anycast" valueType="boolean" country="true" city="true" insights="true">}}
@@ -890,7 +890,7 @@ address.
890890

891891
This is `true` if the IP address belongs to a hosting or VPN provider (see description of `is_anonymous_vpn` flag). Otherwise, the key is not included in the `traits` object.
892892

893-
[Learn more about hosting providers used for anonymizing on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-providers)
893+
[Learn more about hosting providers used for anonymizing on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/anonymizer-and-proxy-data-maxmind#hosting-provider)
894894
{{</ geoip-schema-row >}}
895895

896896
{{< geoip-schema-row key="is_public_proxy" valueType="boolean" insights="true">}}

0 commit comments

Comments
 (0)