diff options
author | George Claghorn <george@basecamp.com> | 2019-01-01 08:16:38 -0500 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2019-01-01 08:16:38 -0500 |
commit | 5bb8f3ae67400b2e5ff3f21802b81a4dc11a7582 (patch) | |
tree | ec9928f22d19a2ae603a14efb4989476e33fb855 /actionmailbox | |
parent | 9adc2aa3038ceae703f44ad79e883f1b8b8729fd (diff) | |
download | rails-5bb8f3ae67400b2e5ff3f21802b81a4dc11a7582.tar.gz rails-5bb8f3ae67400b2e5ff3f21802b81a4dc11a7582.tar.bz2 rails-5bb8f3ae67400b2e5ff3f21802b81a4dc11a7582.zip |
Fix links in ingress docs [ci skip]
Diffstat (limited to 'actionmailbox')
2 files changed, 2 insertions, 2 deletions
diff --git a/actionmailbox/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb b/actionmailbox/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb index 1871893e99..c0d5002a12 100644 --- a/actionmailbox/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb +++ b/actionmailbox/app/controllers/action_mailbox/ingresses/postfix/inbound_emails_controller.rb @@ -35,7 +35,7 @@ module ActionMailbox # # Alternatively, provide the password in the +RAILS_INBOUND_EMAIL_PASSWORD+ environment variable. # - # 3. {Configure Postfix}{https://serverfault.com/questions/258469/how-to-configure-postfix-to-pipe-all-incoming-email-to-a-script} + # 3. {Configure Postfix}[https://serverfault.com/questions/258469/how-to-configure-postfix-to-pipe-all-incoming-email-to-a-script] # to pipe inbound emails to <tt>bin/rails action_mailbox:ingress:postfix</tt>, providing the +URL+ of the Postfix # ingress and the +INGRESS_PASSWORD+ you previously generated. # diff --git a/actionmailbox/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb b/actionmailbox/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb index ec4111fefa..58da33d85e 100644 --- a/actionmailbox/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb +++ b/actionmailbox/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb @@ -35,7 +35,7 @@ module ActionMailbox # # Alternatively, provide the password in the +RAILS_INBOUND_EMAIL_PASSWORD+ environment variable. # - # 3. {Configure SendGrid Inbound Parse}{https://sendgrid.com/docs/for-developers/parsing-email/setting-up-the-inbound-parse-webhook/} + # 3. {Configure SendGrid Inbound Parse}[https://sendgrid.com/docs/for-developers/parsing-email/setting-up-the-inbound-parse-webhook/] # to forward inbound emails to +/rails/action_mailbox/sendgrid/inbound_emails+ with the username +actionmailbox+ and # the password you previously generated. If your application lived at <tt>https://example.com</tt>, you would # configure SendGrid with the following fully-qualified URL: |