Skip to content

Commit 18a831c

Browse files
committed
Update support contact link
1 parent e39c524 commit 18a831c

File tree

20 files changed

+28
-28
lines changed

20 files changed

+28
-28
lines changed

assets/snippets/sandbox-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ The Sandbox should not be used to test the capacity of the production web
33
service in high volume situations.
44

55
If you are running into the request limit and need help, please
6-
[reach out to our support team for assistance](https://support.maxmind.com/hc/en-us/requests/new).
6+
[reach out to our support team for assistance](https://support.maxmind.com).

content/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ minor modifications.
4747

4848
If you would like us to feature an API or tool that you’ve developed for use
4949
with our products and services, please
50-
[contact our support team](https://support.maxmind.com/hc/en-us/requests/new)
50+
[contact our support team](https://support.maxmind.com)
5151
with a brief description of the tool and a link to the code and documentation.
5252
We do not guarantee that we will feature all contributions on our site, but
5353
we’re always interested to see what you come up with.

content/geoip/docs/web-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ help us investigate an issue:
166166
- Date and time frame (including time zone) that you experienced the issue
167167
- Your traceroute to `geoip.maxmind.com`
168168

169-
[You can submit your support request on our knowledge base.](https://support.maxmind.com/hc/en-us/requests/new)
169+
[You can submit your support request on our knowledge base.](https://support.maxmind.com)
170170

171171
## Command Line (curl) Examples
172172

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ encoding is also referred to as latin1.
486486
<li>
487487
<strong>PERMISSION_REQUIRED</strong> – This is returned if you do
488488
not have permission to use the service. Please
489-
<a href="https://support.maxmind.com/hc/en-us/requests/new"
489+
<a href="https://support.maxmind.com"
490490
>contact our support team</a
491491
>
492492
for more information.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ to handle any valid HTTP `4xx` or `5xx` status code.
136136
<td>402 Payment Required</td>
137137
<td>
138138
You do not have permission to use the service. Please
139-
<a href="https://support.maxmind.com/hc/en-us/requests/new"
139+
<a href="https://support.maxmind.com"
140140
>contact our support team</a
141141
>
142142
for more information.

content/geoip/geolocate-an-ip/client-side-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ description of the error.
200200
| `DOMAIN_REGISTRATION_REQUIRED` | 401 Unauthorized | The domain of your site is not registered. |
201201
| `QUERY_FORBIDDEN` | 401 Unauthorized | You tried to access a service or feature that is not covered by your service plan. |
202202
| `OUT_OF_QUERIES` | 402 Payment Required | The license key you have provided is out of queries. Please purchase more queries to use this service. |
203-
| `PERMISSION_REQUIRED` | 403 Forbidden | You do not have permission to use the service. Please [contact our support team](https://support.maxmind.com/hc/en-us/requests/new) for more information. |
203+
| `PERMISSION_REQUIRED` | 403 Forbidden | You do not have permission to use the service. Please [contact our support team](https://support.maxmind.com) for more information. |
204204
| `HTTP_TIMEOUT` | (none) | The request to the GeoIP web service timed out. |
205205
| `HTTP_ERROR` | (none) | There was an error making the request to the GeoIP web service. |
206206

content/geoip/privacy-exclusions-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ to handle any valid HTTP 4xx or 5xx status code.
119119
| AUTHORIZATION_INVALID | 401 Unauthorized | Your [account ID or license key](https://www.maxmind.com/en/accounts/current/license-key) could not be authenticated. |
120120
| ACCOUNT_ID_REQUIRED | 401 Unauthorized | An [account ID and license key](https://www.maxmind.com/en/accounts/current/license-key) are required to use this service. |
121121
| LICENSE_KEY_REQUIRED | 401 Unauthorized | An [account ID and license key](https://www.maxmind.com/en/accounts/current/license-key) are required to use this service. |
122-
| PERMISSION_REQUIRED | 403 Forbidden | You do not have permission to use the service. Please [contact our support team](https://support.maxmind.com/hc/en-us/requests/new) for more information. |
122+
| PERMISSION_REQUIRED | 403 Forbidden | You do not have permission to use the service. Please [contact our support team](https://support.maxmind.com) for more information. |
123123
| _(none)_ | 503 Service Not Available | There is a problem with the web service server. You can [check the status of our services](https://status.maxmind.com), or try this request again later. |
124124

125125
#### Example Response (for an unsuccessful request)

content/geoip/release-notes/2019.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ and unencrypted HTTP requests to MaxMind minFraud services on **October 16,
7373
error. Please update to TLS 1.2+ to avoid service disruption. You may need to
7474
upgrade your technology stack to a later version, or make code changes to do so.
7575

76-
[Contact us](https://support.maxmind.com/hc/en-us/requests/new) for support or
76+
[Contact us](https://support.maxmind.com) for support or
7777
if you have questions.
7878

7979
{{</ release-note >}}
@@ -139,7 +139,7 @@ requests to legacy minFraud endpoints will fail with an error.
139139
To avoid service interruption, you may need to upgrade some part of your
140140
technology stack to a later version, or you may need to make code changes. If
141141
you have any questions, please do not hesitate to
142-
[contact us](https://support.maxmind.com/hc/en-us/requests/new). Additional info
142+
[contact us](https://support.maxmind.com). Additional info
143143
is available on our
144144
[blog](https://blog.maxmind.com/2019/04/important-updates-about-tls-v1-0-v1-1-unencrypted-http-requests-and-the-legacy-minfraud-soap-api/).
145145

@@ -178,7 +178,7 @@ requests to legacy minFraud endpoints will fail with an error.
178178
To avoid service interruption, you may need to upgrade some part of your
179179
technology stack to a later version, or you may need to make code changes. If
180180
you have any questions, please do not hesitate to
181-
[contact us](https://support.maxmind.com/hc/en-us/requests/new). Additional info
181+
[contact us](https://support.maxmind.com). Additional info
182182
is available on our
183183
[blog](https://blog.maxmind.com/2019/04/important-updates-about-tls-v1-0-v1-1-unencrypted-http-requests-and-the-legacy-minfraud-soap-api/).
184184

@@ -207,7 +207,7 @@ requests to legacy minFraud endpoints will fail with an error.
207207
To avoid service interruption, you may need to upgrade some part of your
208208
technology stack to a later version, or you may need to make code changes. If
209209
you have any questions, please do not hesitate to
210-
[contact us](https://support.maxmind.com/hc/en-us/requests/new). Additional info
210+
[contact us](https://support.maxmind.com). Additional info
211211
is available on our
212212
[blog](https://blog.maxmind.com/2019/04/important-updates-about-tls-v1-0-v1-1-unencrypted-http-requests-and-the-legacy-minfraud-soap-api/).
213213

content/geoip/release-notes/2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ The following services will be impacted:
377377

378378
[Learn more about user count data on our Knowledge Base.](https://support.maxmind.com/hc/en-us/articles/4408208479131-User-Context-Data#h_01FN9BT5PC591YRNBFZGHDYNS6)
379379

380-
[Submit a support ticket request](https://support.maxmind.com/hc/en-us/requests/new)
380+
[Submit a support ticket request](https://support.maxmind.com)
381381
if you have questions or concerns.
382382

383383
{{</ release-note >}}

content/minfraud/api-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ help us investigate an issue:
7878
- Date and time frame (including time zone) that you experienced the issue
7979
- Your traceroute to `minfraud.maxmind.com`
8080

81-
[You can submit your support request on our knowledge base.](https://support.maxmind.com/hc/en-us/requests/new)
81+
[You can submit your support request on our knowledge base.](https://support.maxmind.com)
8282

8383
## Versioning
8484

0 commit comments

Comments
 (0)