Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
adding in redirects reported today in the docs room
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaylyn Sigler committed Aug 23, 2018
1 parent cf39943 commit e074865
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@ module.exports = [
},
{
from: '/Glossary/bulk_sender_notification.html',
to: '/glossary/index ',
to: '/glossary/',
},
{
from: '/Glossary/provisioning.html',
Expand Down Expand Up @@ -4527,4 +4527,12 @@ module.exports = [
from: '/API_Reference/api_v3.html',
to: '/api-reference/',
},
{
from: '/Classroom/Deliver/Undeliverable_Email/my_emails_are_going_to_spam.html',
to: '/ui/sending-email/deliverability/',
},
{
from: '/User_Guide/Settings/Sender_Authentication/How_to_set_up_domain_authentication.html',
to: '/ui/account-and-settings/how-to-set-up-domain-authentication/',
},
];

0 comments on commit e074865

Please sign in to comment.