Skip to content

Commit bbf0d51

Browse files
Making README/Doc sections more SEO friendly
1 parent ab34668 commit bbf0d51

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

USAGE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public class Example {
2222

2323
# Table of Contents
2424

25-
* [ACCESS SETTINGS](#access_settings)
25+
* [ACCESS SETTINGS](#access-settings)
2626
* [ALERTS](#alerts)
27-
* [API KEYS](#api_keys)
27+
* [API KEYS](#api-keys)
2828
* [ASM](#asm)
2929
* [BROWSERS](#browsers)
3030
* [CAMPAIGNS](#campaigns)
@@ -35,21 +35,21 @@ public class Example {
3535
* [GEO](#geo)
3636
* [IPS](#ips)
3737
* [MAIL](#mail)
38-
* [MAIL SETTINGS](#mail_settings)
39-
* [MAILBOX PROVIDERS](#mailbox_providers)
40-
* [PARTNER SETTINGS](#partner_settings)
38+
* [MAIL SETTINGS](#mail-settings)
39+
* [MAILBOX PROVIDERS](#mailbox-providers)
40+
* [PARTNER SETTINGS](#partner-settings)
4141
* [SCOPES](#scopes)
4242
* [SENDERS](#senders)
4343
* [STATS](#stats)
4444
* [SUBUSERS](#subusers)
4545
* [SUPPRESSION](#suppression)
4646
* [TEMPLATES](#templates)
47-
* [TRACKING SETTINGS](#tracking_settings)
47+
* [TRACKING SETTINGS](#tracking-settings)
4848
* [USER](#user)
4949
* [WHITELABEL](#whitelabel)
5050

5151

52-
<a name="access_settings"></a>
52+
<a name="access-settings"></a>
5353
# ACCESS SETTINGS
5454

5555
## Retrieve all recent access attempts
@@ -353,7 +353,7 @@ For more information about alerts, please see our [User Guide](https://sendgrid.
353353
throw ex;
354354
}
355355
```
356-
<a name="api_keys"></a>
356+
<a name="api-keys"></a>
357357
# API KEYS
358358

359359
## Create API keys
@@ -2710,7 +2710,7 @@ This endpoint has a helper, check it out [here](https://github.com/sendgrid/send
27102710
throw ex;
27112711
}
27122712
```
2713-
<a name="mail_settings"></a>
2713+
<a name="mail-settings"></a>
27142714
# MAIL SETTINGS
27152715

27162716
## Retrieve all mail settings
@@ -3201,7 +3201,7 @@ Mail settings allow you to tell SendGrid specific things to do to every email th
32013201
throw ex;
32023202
}
32033203
```
3204-
<a name="mailbox_providers"></a>
3204+
<a name="mailbox-providers"></a>
32053205
# MAILBOX PROVIDERS
32063206

32073207
## Retrieve email statistics by mailbox provider.
@@ -3235,7 +3235,7 @@ Advanced Stats provide a more in-depth view of your email statistics and the act
32353235
throw ex;
32363236
}
32373237
```
3238-
<a name="partner_settings"></a>
3238+
<a name="partner-settings"></a>
32393239
# PARTNER SETTINGS
32403240

32413241
## Returns a list of all partner settings.
@@ -4675,7 +4675,7 @@ For more information about transactional templates, please see our [User Guide](
46754675
throw ex;
46764676
}
46774677
```
4678-
<a name="tracking_settings"></a>
4678+
<a name="tracking-settings"></a>
46794679
# TRACKING SETTINGS
46804680
46814681
## Retrieve Tracking Settings

0 commit comments

Comments
 (0)