Skip to content

Commit 99a5638

Browse files
committed
Fix broken links
1 parent 2332461 commit 99a5638

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Download
7171
[Embedded Dart Sass](https://github.com/sass/dart-sass-embedded/releases) and
7272
make sure it is in your `$PATH`. This is necessary for Hugo to process SASS and
7373
SCSS files. See the
74-
[Hugo documentation](https://gohugo.io/hugo-pipes/scss-sass/) for more
74+
[Hugo documentation](https://gohugo.io/functions/css/sass/#dart-sass) for more
7575
information.
7676

7777
### Development
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
You can
2-
[learn more about the MaxMind Sandbox on our Knowledge Base](https://support.maxmind.com/hc/en-us/sections/8603980533659-Sandbox-Environment).
2+
[learn more about the MaxMind Sandbox on our Knowledge Base](https://support.maxmind.com/knowledge-base/account-and-purchasing#sandbox-environment).

content/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ may be interested in referring your users to MaxMind through our Affiliate
5959
Program.
6060

6161
You can
62-
[learn more about the MaxMind Affiliate Program for developers on our Knowledge Base](https://support.maxmind.com/hc/en-us/sections/5066199198619-Affiliate-Program),
62+
[learn more about the MaxMind Affiliate Program for developers on our Knowledge Base](https://support.maxmind.com/knowledge-base/account-and-purchasing#affiliate-program),
6363
including how to apply.

content/geoip/release-notes/2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ for more info. {{</ release-note >}}
246246
security of your MaxMind account, Chrome users can enable two-factor
247247
authentication (2FA). You can now add and require a (FIDO U2F) security key on
248248
top of your account credentials for a more secure log-in. See our
249-
[support center user guide](https://support.maxmind.com/hc/en-us/articles/1260803946470-Set-Up-Two-Factor-Authentication)
249+
[support center user guide](https://support.maxmind.com/knowledge-base/articles/two-factor-authentication-2fa)
250250
for information on how to set up 2FA. {{</ release-note >}}
251251

252252
{{< release-note date="2019-01-24" title="Crimea accuracy update 2019" >}} We

content/geoip/release-notes/2020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ We've updated our Two-Factor Authentication (2FA) implementation to the
265265
[FIDO2 standard](https://fidoalliance.org/fido2/), which supports more web
266266
browsers and more types of security keys (e.g. supported biometrics keys). See
267267
our
268-
[Two-Factor Authentication (2FA) User Guide for more information](https://support.maxmind.com/hc/en-us/articles/1260803946470-Set-Up-Two-Factor-Authentication).
268+
[Two-Factor Authentication (2FA) User Guide for more information](https://support.maxmind.com/knowledge-base/articles/two-factor-authentication-2fa).
269269
{{</ release-note >}}
270270

271271
{{< release-note date="2020-06-12" title="GeoNames Monthly Diff Report June 2020" >}}

content/geoip/release-notes/2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ We've launched a new Sandbox Environment for technical validation and testing of
106106
your integration with our GeoIP and minFraud web services. The Sandbox
107107
environment is available for all paying MaxMind customers.
108108

109-
[Learn more about the Sandbox environment on our Knowledge Base.](https://support.maxmind.com/hc/en-us/sections/8603980533659-Sandbox-Environment)
109+
[Learn more about the Sandbox environment on our Knowledge Base.](https://support.maxmind.com/knowledge-base/account-and-purchasing#sandbox-environment)
110110

111111
[You can also read more about testing GeoIP web services on the Sandbox.](/geoip/docs/web-services/sandbox-environment)
112112

content/minfraud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and Factors services.
4343
url: "/minfraud/release-notes"
4444
text: "Review minFraud release notes to understand changes to the minFraud API."
4545
- heading: "Knowledge Base"
46-
url: "https://support.maxmind.com/hc/en-us/categories/1260801482329-minFraud-Web-Services"
46+
url: "https://support.maxmind.com/knowledge-base/minfraud-web-services"
4747
text: "Consult our knowledge base for articles about using minFraud."
4848
{{</ link-group/container >}}
4949

content/minfraud/api-documentation/responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ for more information.
506506
{{< minfraud-schema-row key="risk" type="response" valueType="decimal" valueTypeNote="min: 0.01, max: 99" score="true" insights="true" factors="true" >}}
507507
This field contains the risk associated with the IP address. The value ranges from 0.01 to 99\. A higher score indicates a higher risk.
508508

509-
[Learn more about the IP risk score on our Knowledge Base.](https://support.maxmind.com/hc/en-us/articles/4408382525851-Device-Risk-Scores#h%5F01FN6HE00G80Y22P4WSXJ81C6Y)
509+
[Learn more about the IP risk score on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/minfraud-ip-risk-score)
510510
{{</minfraud-schema-row>}}
511511

512512
{{< minfraud-schema-row key="country" type="response" valueType="object" insights="true" factors="true" >}}

content/minfraud/normalizing-email-addresses-for-minfraud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ in various languages.
6464
- [Java](https://github.com/maxmind/minfraud-api-java/blob/main/src/main/java/com/maxmind/minfraud/request/Email.java#L414)
6565
- [JavaScript](https://github.com/maxmind/minfraud-api-node/blob/main/src/request/email.ts#L313)
6666
- [PHP](https://github.com/maxmind/minfraud-api-php/blob/main/src/MinFraud/Util.php#L284)
67-
- [Python](https://github.com/maxmind/minfraud-api-python/blob/main/minfraud/request.py#L357)
67+
- [Python](https://github.com/maxmind/minfraud-api-python/blob/main/src/minfraud/request.py#L375)
6868
- [Ruby](https://github.com/maxmind/minfraud-api-ruby/blob/main/lib/minfraud/components/email.rb#L84)

content/minfraud/proxy-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environments, we recommend using the
1414
The proxy detection web service provides a score measuring the risk associated
1515
with an IP address. It is called the IP risk score in our current minFraud
1616
services.
17-
[Learn more about the IP risk score on our knowledge base.](https://support.maxmind.com/hc/en-us/articles/4408382525851-IP-Risk-Score)
17+
[Learn more about the IP risk score on our knowledge base.](https://support.maxmind.com/knowledge-base/articles/minfraud-ip-risk-score)
1818

1919
## Release Notes
2020

0 commit comments

Comments
 (0)