Skip to content

Commit 295c26f

Browse files
authored
Merge pull request #1517 from maxmind/wstorey/tweaks
Fix minor text display issues
2 parents f2ec9fe + 6833e66 commit 295c26f

File tree

6 files changed

+28
-58
lines changed

6 files changed

+28
-58
lines changed

content/geoip/docs/databases/enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The files in the zip archive are:
6262
<td><code>GeoIP2-Enterprise-ISP.CSV</code></td>
6363
<td>
6464
CSV file containing data on ISPs. This may be cross referenced with
65-
the various blocks files using the shared `isp_id` key.
65+
the various blocks files using the shared <code>isp_id</code> key.
6666
</td>
6767
</tr>
6868

@@ -112,7 +112,7 @@ ISPs.
112112
<td>integer</td>
113113
<td>
114114
The identifier for the ISP. This key can be cross referenced with the
115-
`isp_id` in the Blocks files.
115+
<code>isp_id</code> in the Blocks files.
116116
</td>
117117
</tr>
118118
<tr>

content/minfraud/proxy-detection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,19 @@ All strings are returned as ASCII.
132132
<p>The possible error codes are:</p>
133133
<ul>
134134
<li>
135-
`PERMISSION_REQUIRED` – You do not have permission to use the
135+
<code>PERMISSION_REQUIRED</code> – You do not have permission to use the
136136
service. Please
137137
<a href="https://support.maxmind.com/knowledge-base"
138138
>contact our support team</a
139139
>
140140
for more information.
141141
</li>
142-
<li>`LICENSE_REQUIRED` – You must provide a license key.</li>
142+
<li><code>LICENSE_REQUIRED</code> – You must provide a license key.</li>
143143
<li>
144-
`INVALID_LICENSE_KEY` – The license key provided is invalid.
144+
<code>INVALID_LICENSE_KEY</code> – The license key provided is invalid.
145145
</li>
146146
<li>
147-
`MAX_REQUESTS_REACHED` – This error will be returned if your
147+
<code>MAX_REQUESTS_REACHED</code> – This error will be returned if your
148148
account is out of queries or if an invalid license key is
149149
provided.
150150
</li>

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<!-- End Google Tag Manager -->
3737
<script
3838
async
39-
src="https://www.maxmind.com/en/homejs/global-privacy-control.js"
39+
src="https://www.maxmind.com/js/global-privacy-control.js"
4040
></script>
4141
{{ template "_internal/opengraph.html" . }}
4242
</head>

layouts/shortcodes/csv-block-table.html

Lines changed: 16 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,11 @@
4545
<td>
4646
A unique identifier for the network&apos;s location as specified
4747
by
48-
<a
48+
<a
4949
href="https://www.geonames.org/"
5050
rel="nofollow noopener noreferrer"
5151
target="_blank"
52-
>
53-
GeoNames
54-
</a>
55-
. This ID can be
52+
>GeoNames</a>. This ID can be
5653
used to look up the location information in the Location file.
5754
<br/>
5855
<br/>
@@ -79,14 +76,11 @@
7976
registered the network. This column contains a unique identifier
8077
for the network&apos;s registered country as specified
8178
by
82-
<a
79+
<a
8380
href="https://www.geonames.org/"
8481
rel="nofollow noopener noreferrer"
8582
target="_blank"
86-
>
87-
GeoNames
88-
</a>
89-
. This ID can be
83+
>GeoNames</a>. This ID can be
9084
used to look up the location information in the Location file.
9185
<br/>
9286
<br/>
@@ -114,14 +108,11 @@
114108
an overseas military base. This column contains a unique
115109
identifier for the network&apos;s represented country as specified
116110
by
117-
<a
111+
<a
118112
href="https://www.geonames.org/"
119113
rel="nofollow noopener noreferrer"
120114
target="_blank"
121-
>
122-
GeoNames
123-
</a>
124-
. This ID can be
115+
>GeoNames</a>. This ID can be
125116
used to look up the location information in the Location file.
126117
<br/>
127118
<br/>
@@ -410,46 +401,32 @@
410401
href="https://support.maxmind.com/knowledge-base/articles/maxmind-user-context-data#user-types"
411402
rel="nofollow noopener noreferrer"
412403
target="_blank"
413-
>
414-
Learn more about
415-
<code>user_type</code>
416-
data on our knowledge base
417-
</a>
418-
. To identify anonymous proxies, you can learn
404+
>Learn more about <code>user_type</code> data on our knowledge base</a>.
405+
To identify anonymous proxies, you can learn
419406
more about the GeoIP Anonymous IP database in
420-
<a
407+
<a
421408
href="/geoip/docs/databases/anonymous-ip"
422409
target="_self"
423-
>
424-
the developer portal
425-
</a>
426-
or
427-
<a
410+
>the developer portal</a>
411+
or
412+
<a
428413
href="https://www.maxmind.com/en/geoip-anonymous-ip-database"
429414
rel="nofollow noopener noreferrer"
430415
target="_blank"
431-
>
432-
our main website
433-
</a>
434-
.
416+
>our main website</a>.
435417
</td>
436418
</tr>
437419
{{ end }}
438420
<tr>
439421
<td>is_anycast</td>
440422
<td>boolean</td>
441423
<td>
442-
This is
443-
<code>1</code>
444-
if the network is an
445-
<a
424+
This is <code>1</code> if the network is an
425+
<a
446426
href="https://en.wikipedia.org/wiki/Anycast"
447427
rel="nofollow noopener noreferrer"
448428
target="_blank"
449-
>
450-
anycast network
451-
</a>
452-
.
429+
>anycast network</a>.
453430
{{ if eq $isEnterprise "false" }}
454431
<div>
455432
This column will be empty in GeoLite2-Country and GeoLite2-City.

layouts/shortcodes/csv-location-table.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@
1414
<td>geoname_id</td>
1515
<td>integer</td>
1616
<td>
17-
A unique identifier for the a location as specified
17+
A unique identifier for the location as specified
1818
by
1919
<a
2020
href="https://www.geonames.org/"
2121
rel="nofollow noopener noreferrer"
2222
target="_blank"
23-
>
24-
GeoNames
25-
</a>
26-
. This ID can be
23+
>GeoNames</a>. This ID can be
2724
used as a key for the Location file.
2825
<br/>
2926
<br/>
@@ -325,15 +322,11 @@
325322
<td>
326323
The time zone associated with location, as specified by
327324
the
328-
<a
325+
<a
329326
href="https://www.iana.org/time-zones"
330327
rel="nofollow noopener noreferrer"
331328
target="_blank"
332-
>
333-
IANA Time Zone
334-
Database
335-
</a>
336-
, e.g., “America/New_York”.
329+
>IANA Time Zone Database</a>, e.g., "America/New_York".
337330
</td>
338331
{{ if eq $isEnterprise "false" }}
339332
<td>

layouts/shortcodes/csv-location-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Name | Type | Description {{ if eq $isEnterprise "false" }}| Included in...{{ end }} |
44
|------|------|-------------|{{ if eq $isEnterprise "false" }}-------------{{ end }}|
5-
| geoname_id | integer | A unique identifier for the a location as specified by [GeoNames](https://www.geonames.org/). This ID can be used as a key for the Location file. [Learn more about GeoNames IDs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/maxmind-ip-geolocation-data#geonames-ids) | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
5+
| geoname_id | integer | A unique identifier for the location as specified by [GeoNames](https://www.geonames.org/). This ID can be used as a key for the Location file. [Learn more about GeoNames IDs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/maxmind-ip-geolocation-data#geonames-ids) | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
66
| locale_code | string | The locale that the names in this row are in. This will always correspond to the locale name of the file. | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
77
| continent_code | string (2) | The continent code for this location. Possible codes are: **AF** - Africa, **AN** - Antarctica, **AS** - Asia, **EU** - Europe, **NA** - North America, **OC** - Oceania, **SA** - South America | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |
88
| continent_name | string | The continent name for this location in the file's locale. [Learn more about localized names on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/maxmind-ip-geolocation-data#names) | {{ if eq $isEnterprise "false" }}Country, City{{ end }} |

0 commit comments

Comments
 (0)