Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ const IndexPage = props => {
>
Start sending with the most powerful email platform. Check out
the{' '}
<Link to="https://www.sparkpost.com/docs/getting-started/getting-started-sparkpost/">
<Link to="https://docs.sparkpost.com/docs/getting-started/getting-started-sparkpost/">
full guide
</Link>{' '}
to get started.
Expand All @@ -360,7 +360,7 @@ const IndexPage = props => {
Add the domain you want to send from and verify you own it
through DNS settings.
</p>
<Link to="https://www.sparkpost.com/docs/getting-started/getting-started-sparkpost/#preparing-your-from-address">
<Link to="https://docs.sparkpost.com/docs/getting-started/getting-started-sparkpost/#preparing-your-from-address">
Add a sending domain <i className="fa fa-chevron-right" />
</Link>
</StartStep>
Expand All @@ -373,7 +373,7 @@ const IndexPage = props => {
of our official or community supported{' '}
<Link to="#client-libraries">client libraries</Link>.
</p>
<Link to="https://www.sparkpost.com/docs/getting-started/getting-started-sparkpost/#sending-email">
<Link to="https://docs.sparkpost.com/docs/getting-started/getting-started-sparkpost/#sending-email">
Send your first email <i className="fa fa-chevron-right" />
</Link>
</StartStep>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default () => (
<FooterColumn md={2} sm={4} xs={12}>
<Header uppercase>Support</Header>
<List>
<Item to="https://www.sparkpost.com/docs/">Help &amp; Docs</Item>
<Item to="https://docs.sparkpost.com/docs/">Help &amp; Docs</Item>
<Item to="https://www.sparkpost.com/report-abuse/">
Report Abuse
</Item>
Expand Down