Skip to content

Commit 4eb92fa

Browse files
removing User_Guide links
1 parent 8bc0994 commit 4eb92fa

File tree

15 files changed

+28
-40
lines changed

15 files changed

+28
-40
lines changed

content/docs/for-developers/partners/magento.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@ First, log in to your **Magento Dashboard**, then click **System** in the left
7272

7373
![]({{root_url}}/images/magento_3.jpg)
7474

75-
3. Emails are automatically tracked and tagged to provide you deliverability and engagement statistics viewable from the **SendGrid Dashboard**. You can also add other [categories]({{root_url}}/User_Guide/Statistics/categories.html) for your emails in the field Categories.
75+
3. Emails are automatically tracked and tagged to provide you deliverability and engagement statistics viewable from the **SendGrid Dashboard**. You can also add other [categories]({{root_url}}help-support/analytics-and-reporting/categories/) for your emails in the field Categories.
7676

7777
![]({{root_url}}/images/magento_4.png)
7878

7979
4. Set the **template ID** to be used in all your emails on the settings page.
8080

8181
![]({{root_url}}/images/magento_5.png)
8282

83-
5. Next, select the [unsubscribe group]({{root_url}}/User_Guide/Suppressions/advanced_suppression_manager.html).
83+
5. Next, select the [unsubscribe group]({{root_url}}/help-support/sending-email/index-suppressions/).
8484

8585
![]({{root_url}}/images/magento_6.png)
8686

87-
6. If you would like to [configure categories for statistics]({{root_url}}/User_Guide/Statistics/categories.html), you can configure it by setting the **Categories** field under **Statistics Settings**.
87+
6. If you would like to [configure categories for statistics]({{root_url}}/help-support/analytics-and-reporting/categories/), you can configure it by setting the **Categories** field under **Statistics Settings**.
8888

8989
![]({{root_url}}/images/magento_7.png)
9090

@@ -102,7 +102,7 @@ Log into your **Magento Dashboard**, then click **System** in the left hand navi
102102

103103
### What credentials do I need to add on settings page?
104104

105-
[Create a SendGrid account](https://sendgrid.com/partners/magento/) and [generate a new API key](https://app.sendgrid.com/settings/api_keys). For more information about API Keys, [click here]({{root_url}}/User_Guide/Settings/api_keys.html).
105+
[Create a SendGrid account](https://sendgrid.com/partners/magento/) and [generate a new API key](https://app.sendgrid.com/settings/api_keys). For more information about API Keys, [click here]({{root_url}}/help-support/account-and-settings/api-keys/).
106106

107107
### What permissions should my API keys have?
108108

content/docs/for-developers/sending-email/categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ navigation:
77
show: true
88
---
99

10-
You can add [categories]({{root_url}}/User_Guide/Email_Settings/categories.html) to the X-SMTPAPI header of the emails you send via SendGrid. This will allow you to track emails based on your own categorization system.
10+
You can add [categories]({{root_url}}/help-support/analytics-and-reporting/categories/) to the X-SMTPAPI header of the emails you send via SendGrid. This will allow you to track emails based on your own categorization system.
1111

1212
<call-out type="warning">
1313

content/docs/for-developers/sending-email/scheduling-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Using the parameters defined below, you can queue batches of emails targeting in
1616

1717
<call-out>
1818

19-
**Emails can be scheduled up to 72 hours in advance.** However, this scheduling constraint does not apply to campaigns sent via [Marketing Campaigns]({{root_url}}/User_Guide/Marketing_Campaigns/index.html).
19+
**Emails can be scheduled up to 72 hours in advance.** However, this scheduling constraint does not apply to campaigns sent via [Marketing Campaigns]({{root_url}}/help-support/sending-email/how-to-send-email/).
2020

2121
</call-out>
2222

content/docs/for-developers/sending-email/smtp-filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Following are the settings that can be specified in the filters section of the X
1919

2020
</call-out>
2121

22-
For more information on the utility of these settings, please check out the [Settings]({{root_url}}/User_Guide/Settings/) section.
22+
For more information on the utility of these settings, please check out the [Settings]({{root_url}}/help-support/account-and-settings/account/) section.
2323

2424
<call-out>
2525

@@ -343,7 +343,7 @@ If you don't use 'replace' this will insert an <code>&lt;img&gt;</code> tag at t
343343
<tr>
344344
<td>url</td>
345345
<td><code>url</code></td>
346-
<td>an optional url to POST the email and a copy of the report to. Refer to the <a href="{{root_url}}/User_Guide/Settings/mail.html#-Spam-Checker">Spam Checker documentation</a> for POST details.</td>
346+
<td>an optional url to POST the email and a copy of the report to. Refer to the <a href="{{root_url}}/help-support/account-and-settings/mail/#-Spam-Checker">Spam Checker documentation</a> for POST details.</td>
347347
</tr>
348348
</tbody>
349349
</table>

content/docs/for-developers/sending-email/thunderbird.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ navigation:
77
show: true
88
---
99

10-
To send email using Thunderbird you will have to modify your outgoing server settings in Thunderbird accordingly. Additionally you can modify settings in Thunderbird that will allow you to include an [SMTP API]({{root_url}}/for-developers/sending-email/building-an-smtp-email/) header in your emails if you wish to leverage [categories]({{root_url}}/User_Guide/Statistics/categories.html) or other features of the SMTP API when sending mail via the Thunderbird client.
10+
To send email using Thunderbird you will have to modify your outgoing server settings in Thunderbird accordingly. Additionally you can modify settings in Thunderbird that will allow you to include an [SMTP API]({{root_url}}/for-developers/sending-email/building-an-smtp-email/) header in your emails if you wish to leverage [categories]({{root_url}}/help-support/analytics-and-reporting/categories/) or other features of the SMTP API when sending mail via the Thunderbird client.
1111

1212
## Start by going to: 'Tools' -\> 'Account Settings'
1313

content/docs/for-developers/sending-email/wordpress-plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ navigation:
1717

1818
SendGrid's cloud-based email infrastructure relieves businesses of the cost and complexity of maintaining custom email systems. SendGrid provides reliable deliverability, scalability, and real-time analytics along with flexible APIs that make custom integration with your application a breeze.
1919

20-
SendGrid’s [WordPress plugin](https://wordpress.org/plugins/sendgrid-email-delivery-simplified/) replaces WordPress’s default **wp_mail()** function by using either an SMTP or API integration with SendGrid to send outgoing email from your WordPress installation. It also allows you to upload contacts directly to your SendGrid [Marketing Campaigns]({{root_url}}/User_Guide/Marketing_Campaigns/index.html) account via a [subscription widget]({{root_url}}/for-developers/managing-contacts/wordpress-subscription-widget.html).
20+
SendGrid’s [WordPress plugin](https://wordpress.org/plugins/sendgrid-email-delivery-simplified/) replaces WordPress’s default **wp_mail()** function by using either an SMTP or API integration with SendGrid to send outgoing email from your WordPress installation. It also allows you to upload contacts directly to your SendGrid Marketing Campaigns account via a [subscription widget]({{root_url}}/for-developers/managing-contacts/wordpress-subscription-widget/).
2121

2222
By using the SendGrid plugin, you will be able to take advantage of improved deliverability and an expanded feature set, including tracking and analytics, to enhance user engagement on your WordPress installation. SendGrid also provides world class customer support, should you run into any issues.
2323

@@ -29,7 +29,7 @@ To get the SendGrid plugin running after you have activated Swift Mailer, naviga
2929

3030
You can also set default values for the "Name," "Sending Address," and the "Reply Address” headers so that you don’t have to define these headers every time you want to send an email.
3131

32-
If you would like to use [templates]({{root_url}}/User_Guide/Transactional_Templates/index.html), you can set the template ID to be used in all of your emails on the settings page or you can set it individually for each email in the headers.
32+
If you would like to use [templates]({{root_url}}/help-support/sending-email/how-to-send-email-with-dynamic-transactional-templates/), you can set the template ID to be used in all of your emails on the settings page or you can set it individually for each email in the headers.
3333

3434
You can have an individual email sent to each recipient by specifying the x-smtpapi-to header. For example:
3535

@@ -161,7 +161,7 @@ For more examples of how you can use SendGrid SMTPAPI headers, please visit the
161161

162162
## How to Use Categories
163163

164-
You can use [categories]({{root_url}}/User_Guide/Statistics/categories.html) to help organize and track the emails sent from WordPress via the SendGrid plugin.
164+
You can use [categories]({{root_url}}/help-support/analytics-and-reporting/categories/) to help organize and track the emails sent from WordPress via the SendGrid plugin.
165165

166166
Categories used for emails can be set either globally, or on an email-by-email basis.
167167

content/docs/glossary/opens.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ seo:
99
override: true
1010
description: Track how many times your emails are opened with SendGrid
1111
---
12-
13-
<call-out>
14-
15-
In order to track opens, you must have the [Open Tracking app]({{root_url}}/User_Guide/Settings/tracking.html) enabled.
16-
17-
</call-out>
18-
19-
2012
SendGrid inserts a small, transparent image into all emails that will be tracked. When a customer reads an email, their client application loads the tracking image which registers the open event with SendGrid.
2113

2214
Not all email clients load images by default. Microsoft’s Outlook, Apple’s Mail.app, Mozilla’s Thunderbird, and Google’s Gmail do not load images. As such, there may be many occasions where recipients will have received a message, opened it, and it will never be counted as opened because there is no way to track the event.

content/docs/glossary/unknown-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ It is usually caused due to SMTP 5.5.0 errors which cause an email to be undeliv
1616

1717
### Additional Resources
1818

19-
* [Delivery Metrics]({{root_url}}/User_Guide/Statistics/index.html)
19+
* [Delivery Metrics]({{root_url}}/help-support/analytics-and-reporting/stats-overview)
2020
* [Bounces]({{root_url}}/glossary/bounces.html)
2121
* [Subscriber List Management]({{root_url}}/glossary/subscriber-list-management.html)

content/docs/help-support/analytics-and-reporting/mailbox-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Parent accounts will see aggregated stats for their account and all subuser acco
1919

2020
The [mailbox provider statistics](https://app.sendgrid.com/statistics/mailbox_provider) highlights how your mail performs across all the major providers, such as Hotmail, Yahoo, Gmail, and others. The list of available providers is based on your recipient interaction with your emails. As you send mail and your recipient list diversifies, you will start to see more providers in the list.
2121

22-
The actual statistics included vary depending upon your [account settings]({{root_url}}/User_Guide/Settings/account.html). Emails sent, bounces and spam reports will always get tracked. Unsubscribes, clicks, and opens require that the associated settings are enabled.
22+
The actual statistics included vary depending upon your [account settings]({{root_url}}/help-support/account-and-settings/account/). Emails sent, bounces and spam reports will always get tracked. Unsubscribes, clicks, and opens require that the associated settings are enabled.
2323

24-
You can change which metrics, date, or grouping by adjusting the [statistics filters]({{root_url}}/User_Guide/Statistics/index.html#-Statistics-Filters).
24+
You can change which metrics, date, or grouping by adjusting the [statistics filters]({{root_url}}/help-support/analytics-and-reporting/stats-overview/#-Statistics-Filters).
2525

2626
## Figures
2727

content/docs/help-support/managing-contacts/formatting-a-csv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ Number fields can include monetary values without the currency symbols. For exam
108108
### Additional Resources
109109

110110
- [Contacts API](https://sendgrid.com/docs/API_Reference/Web_API_v3/Marketing_Campaigns/contactdb.html)
111-
- [Segmenting your Contacts](https://sendgrid.com/docs/User_Guide/Marketing_Campaigns/lists.html)
112-
- [Building your Contact list](https://sendgrid.com/docs/User_Guide/Marketing_Campaigns/Managing_Contacts/build_contact_list.html)
111+
- [Segmenting your Contacts]({{root_url}}/help-support/managing-contacts/managing-contact-list/)
112+
- [Building your Contact list]({{root_url}}/help-support/managing-contacts/building-your-contact-list/)

0 commit comments

Comments
 (0)