Skip to content

Commit 56a5786

Browse files
fixing anchor tags
1 parent 5597d0a commit 56a5786

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

content/docs/for-developers/partners/amazon-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There are two plans: AWS Basic, and AWS Pro. For more information, check out our
3434

3535
You can purchase IP addresses dedicated to your account. Since you are the only one sending email over this IP, your sending practices determine the sender reputation associated with this IP. You can purchase up to 3 IP addresses per month. If you need more than 3 IPs, then you should [contact support](https://support.sendgrid.com/hc/en-us).
3636

37-
You can only add a Dedicated IP Address if you are on an AWS Pro plan. To upgrade your plan, see [Upgrading or Downgrading Your Account](#-Upgrading-or-Downgrading-Your-Account).
37+
You can only add a Dedicated IP Address if you are on an AWS Pro plan. To upgrade your plan, see [Upgrading or Downgrading Your Account](#upgrading-or-downgrading-your-account).
3838

3939
*To add a dedicated IP Address*:
4040

content/docs/for-developers/sending-email/building-an-smtp-email.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ For example, to send a blind carbon copy (BCC) of your email to the address exam
8484

8585
The X-SMTPAPI header is a JSON-encoded associative array consisting of several sections, below are examples of JSON strings using each section. Add this header to any SMTP message sent to SendGrid and the instructions in the header will be interpreted and applied to that message’s transaction. You can enable these sections with the X-SMTPAPI header:
8686

87-
- [Scheduling Your Send](#-Scheduling-your-send)
88-
- [Substitution Tags](#-Substitution-tags)
89-
- [Section Tags](#-Section-tags)
90-
- [Suppression Groups](#-Suppression-groups)
91-
- [Categories](#-Categories)
92-
- [Unique Arguments](#-Unique-arguments)
87+
- [Scheduling Your Send](#scheduling-your-send)
88+
- [Substitution Tags](#substitution-tags)
89+
- [Section Tags](#section-tags)
90+
- [Suppression Groups](#suppression-groups)
91+
- [Categories](#categories)
92+
- [Unique Arguments](#unique-arguments)
9393

9494
### Scheduling Your Send
9595

content/docs/for-developers/sending-email/getting-started-email-activity-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Encoded, this query would look like this:
4242

4343
## Queries for common use cases
4444

45-
Here are some queries for common use cases. For a full list of possible query types, see the [query reference](#-Query-reference).
45+
Here are some queries for common use cases. For a full list of possible query types, see the [query reference](#query-reference).
4646

4747
### Filter by subject
4848

@@ -100,7 +100,7 @@ Encoded, this query would look like this:
100100

101101
## Creating compound queries
102102

103-
Use [operators and keywords](#-Keywords-and-Operator-reference) to combine queries for a compound query. For example, you could filter for emails between a date range, or you could filter for when a specific recipients email is bounced. Here are some common use cases:
103+
Use [operators and keywords](#keywords-and-Operator-reference) to combine queries for a compound query. For example, you could filter for emails between a date range, or you could filter for when a specific recipients email is bounced. Here are some common use cases:
104104

105105
### Filter by a recipient email that was bounced
106106

@@ -134,7 +134,7 @@ curl --request GET \
134134

135135
## Keywords and Operator reference
136136

137-
There are several operators and keywords that you can use to build [Compound queries](#-Creating-compound-queries). Use these operators between query statements. If the character used as the delimiter if it is found within the string. The escape character is `\`, which must be escaped with a preceding `\`. All queries need to be URL encoded.
137+
There are several operators and keywords that you can use to build [Compound queries](#creating-compound-queries). Use these operators between query statements. If the character used as the delimiter if it is found within the string. The escape character is `\`, which must be escaped with a preceding `\`. All queries need to be URL encoded.
138138

139139
*This is a full list of accepted operators and keywords:*
140140

content/docs/for-developers/sending-email/how-to-create-a-subuser-with-the-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ https://api.sendgrid.com/apiv2/customer.add.json?api_user=ryan.burrer@sendgrid.c
3131

3232
## Assign an IP to be Used by the New Subuser (required)
3333

34-
Now that you have created the new subuser account, you will need to [add an IP](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/ip_management.html#-Subuser-IP-Assignment) so that it can send emails. We advise that you first find an available IP for this subuser. You can do so by using the following call:
34+
Now that you have created the new subuser account, you will need to [add an IP](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/ip_management.html#subuser-ip-assignment) so that it can send emails. We advise that you first find an available IP for this subuser. You can do so by using the following call:
3535

3636
#### Call Example
3737
```
@@ -48,7 +48,7 @@ When defining the parameter 'list' there are a few options you can choose:
4848
<strong>Response Example<br></strong><img src="http://content.screencast.com/users/Ryan.Burrer/folders/Jing/media/0dc1923b-fff9-4446-aff1-5dcab41929a4/00000096.png" alt="" align="middle">
4949
</center>
5050

51-
After you have selected the IP that you wish to assign to your subuser account, simply make the API call to [append the IP address](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/ip_management.html#-Subuser-IP-Assignment).
51+
After you have selected the IP that you wish to assign to your subuser account, simply make the API call to [append the IP address](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/ip_management.html#subuser-ip-assignment).
5252

5353
#### Call Example
5454
```
@@ -73,7 +73,7 @@ When defining this call's 'set' parameter, you have a few options for appending
7373

7474
After you have created the subuser account and have appended an IP address, you are now ready to assign an _existing_ [authenticated domain](https://sendgrid.com/docs/help-support/sending-email/how-to-set-up-domain-authentication.html) to the account. If you have not yet created the required records for authenticating your chosen domain then this step should be skipped.
7575

76-
First, you should find out what authenticated domains you have associated with your account. This call will [list your available authenticated domains](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/whitelabel.html#-List):
76+
First, you should find out what authenticated domains you have associated with your account. This call will [list your available authenticated domains](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/whitelabel.html#list):
7777

7878
#### Call Example
7979
```
@@ -87,7 +87,7 @@ https://api.sendgrid.com/apiv2/customer.whitelabel.json?api\_user=ryan.burrer@se
8787

8888
The API response above shows that email.sendgrid.com and email.example.com are both already established domain entries, and can be used by this subuser. If none are displayed then the next step in this process should be skipped.
8989

90-
If you have a authenticated domain entry that you wish to apply to your subuser then you will need to [append the whitelabel entry](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/whitelabel.html#-Append) to your subuser:
90+
If you have a authenticated domain entry that you wish to apply to your subuser then you will need to [append the whitelabel entry](http://sendgrid.com/docs/API_Reference/Customer_Subuser_API/whitelabel.html#append) to your subuser:
9191

9292
#### Call Example
9393
```

content/docs/help-support/sending-email/unsubscribe-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To add a new group, click the “Create New Group” button at the top right of
4545

4646
Default groups are those that are shown by default when a recipient chooses to unsubscribe from your emails. SendGrid will always show all of the default groups, so if you don’t want one of those groups to be displayed all the time, make sure that it is not set as a default group.
4747

48-
You can also specify which groups to display at send time, but using the [asm_groups_to_display feature]({{root_url}}/for-developers/sending-email/suppressions#-Defining-ASM-Groups-to-display-on-the-Manage-Preferences-page) of the SMTP API.
48+
You can also specify which groups to display at send time, but using the [asm_groups_to_display feature]({{root_url}}/for-developers/sending-email/suppressions#defining-asm-groups-to-display-on-the-manage-preferences-page) of the SMTP API.
4949

5050
## Add Recipients to an Unsubscribe Group
5151

content/docs/help-support/sending-email/using-handlebars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ Resulting replacement:
327327

328328
Here are two combined examples:
329329

330-
- [Dynamic content creation](#-Dynamic-content-creation)
331-
- [Dynamic content creation with dynamic parts](#-Dynamic-content-creation-with-dynamic-parts)
330+
- [Dynamic content creation](#dynamic-content-creation)
331+
- [Dynamic content creation with dynamic parts](#dynamic-content-creation-with-dynamic-parts)
332332

333333
### Dynamic content creation
334334

styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ NO: For more information, click [here].
5454

5555
"Additional Resources" is an h2 section that contains three to five bullet points with links out to other closely related pages. These pages could be SendGrid blogs or docs pages with information about next steps, use cases, or other things a user should consider when they are completing the task on the page. Every page should have an additional resources page, so if it doesn't, feel free to add one!
5656

57-
Here is an example "Additional Resources" section: https://sendgrid.com/docs/help-support/sending-email/editor.html#-Additional-Resources
57+
Here is an example "Additional Resources" section: https://sendgrid.com/docs/help-support/sending-email/editor.html#additional-resources
5858

5959
Here is example formatting:
6060

0 commit comments

Comments
 (0)