Skip to content

Commit 334639d

Browse files
committed
adds perplexity.ai to ignore list
1 parent ef55e51 commit 334639d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

linkcheckerrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ ignoreerrors=
3131
^https://www.baeldung.com/maven-wrapper$ ^403 Forbidden
3232
^https://dzone\.com/.*$ ^403 Forbidden
3333
^https://docs\.pimcore\.com/.*$ ^403 Forbidden
34+
^https://(?:www\.)?perplexity\.ai/.*$ ^403 Forbidden
3435
^https:// ^ReadTimeout

sites/platform/src/development/email.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Changing the setting rebuilds the environment.
5757

5858
## 2. Recommended: Improve deliverability
5959

60-
Improve deliverability of your email with [Sender Policy Framework (SPF)](https://docs.sendgrid.com/ui/account-and-settings/spf-records).
60+
Improve deliverability of your email with [Sender Policy Framework (SPF)](https://www.twilio.com/docs/sendgrid/glossary/spf).
6161
If you don't have an SPF record, add the following `TXT` record to your domain's DNS records:
6262

6363
```txt
@@ -76,7 +76,7 @@ If you're on an Enterprise or Elite plan,
7676
you can request for DomainKeys Identified Mail (DKIM) to be enabled on your domain.
7777

7878
DKIM improves your delivery rate as an email sender.
79-
Learn more about [how DKIM works](https://docs.sendgrid.com/glossary/dkim).
79+
Learn more about [how DKIM works](https://www.twilio.com/docs/sendgrid/glossary/dkim).
8080

8181
To have DKIM enabled for your domain:
8282

sites/upsun/src/development/email.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Changing the setting rebuilds the environment.
5858

5959
## 2. Recommended: Improve deliverability
6060

61-
Improve deliverability of your email with [Sender Policy Framework (SPF)](https://docs.sendgrid.com/ui/account-and-settings/spf-records).
61+
Improve deliverability of your email with [Sender Policy Framework (SPF)](https://www.twilio.com/docs/sendgrid/glossary/spf).
6262
If you don't have an SPF record, add the following `TXT` record to your domain's DNS records:
6363

6464
```txt
@@ -74,7 +74,7 @@ If you already have an SPF record, please add SendGrid into your existing record
7474
You can request for DomainKeys Identified Mail (DKIM) to be enabled on your domain.
7575

7676
DKIM improves your delivery rate as an email sender.
77-
Learn more about [how DKIM works](https://docs.sendgrid.com/glossary/dkim).
77+
Learn more about [how DKIM works](https://www.twilio.com/docs/sendgrid/glossary/dkim).
7878

7979
To have DKIM enabled for your domain:
8080

0 commit comments

Comments
 (0)