From 5bb8f3ae67400b2e5ff3f21802b81a4dc11a7582 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Tue, 1 Jan 2019 08:16:38 -0500 Subject: Fix links in ingress docs [ci skip] --- .../action_mailbox/ingresses/postfix/inbound_emails_controller.rb | 2 +- .../action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'actionmailbox') 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 bin/rails action_mailbox:ingress:postfix, 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 https://example.com, you would # configure SendGrid with the following fully-qualified URL: -- cgit v1.2.3