Skip to content

Commit

Permalink
fixes broken link to Custom Deployment Suffix (vercel#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamli authored and timothyis committed Apr 13, 2019
1 parent 4e9cbc1 commit 6c6b245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/v2/domains-and-aliases/aliasing-a-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const meta = {
description:
'All you need to know about assigning a name to your ZEIT Now deployments',
editUrl: 'pages/docs/v2/domains-and-aliases/aliasing-a-deployment.mdx',
lastEdited: '2019-03-27T18:40:25.000Z'
lastEdited: '2019-04-13T00:31:19.000Z'
}

When deploying a [project](/docs/v2/platform/projects/), whether ready for staging or production, you will want a URL to share the project with others or for yourself to check on other devices.
Expand Down Expand Up @@ -211,7 +211,7 @@ Notice that the example command omitted `.now.sh` at the end of the target subdo

<Note>
You can use{' '}
<GenericLink href="/docs/v2/platform/c/#custom-deployment-suffix">
<GenericLink href="/docs/v2/platform/add-ons/#custom-deployment-suffix">
a Custom Deployment Suffix
</GenericLink>{' '}
in place of <InlineCode>.now.sh</InlineCode>.
Expand Down

0 comments on commit 6c6b245

Please sign in to comment.