diff --git a/app/views/admin/invitations/new.html.erb b/app/views/admin/invitations/new.html.erb index 5b44aebda..ea5dc2fc5 100644 --- a/app/views/admin/invitations/new.html.erb +++ b/app/views/admin/invitations/new.html.erb @@ -8,7 +8,7 @@ SMTP settings are required so that your Forem can send emails. If you wish to send invites, email digests and activity notifications you will need to specify which email host will relay those messages for you. You can - read more about SMTP Settings in our admin guide. + read more about SMTP Settings in our admin guide.
Please note that you will need to reload this page after configuring your SMTP Settings. diff --git a/spec/system/admin/admin_invites_user_spec.rb b/spec/system/admin/admin_invites_user_spec.rb index 052d89923..923c873e4 100644 --- a/spec/system/admin/admin_invites_user_spec.rb +++ b/spec/system/admin/admin_invites_user_spec.rb @@ -26,7 +26,7 @@ RSpec.describe "Admin invites user", type: :system do end it "contains a link to the documentation" do - expect(page).to have_link("read more about SMTP Settings in our admin guide", href: "https://admin.forem.com/docs/advanced-customization/config/smtp-settings") + expect(page).to have_link("read more about SMTP Settings in our admin guide") end it "contains a link to configure SMTP settings" do