Skip to content

Commit bdc9ce6

Browse files
afontcuCompuIves
authored andcommitted
Fix external URL (codesandbox#1002)
1 parent dcdb416 commit bdc9ce6

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/items/Deployment

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/items/Deployment/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Deployment = ({ signals, store }) => (
99
<div>
1010
<Description>
1111
You can deploy a production version of your sandbox using{' '}
12-
<a href="https:zeit.co/now" target="_blank" rel="noreferrer noopener">
12+
<a href="https://zeit.co/now" target="_blank" rel="noreferrer noopener">
1313
ZEIT Now
1414
</a>.
1515
{!store.user.integrations.zeit &&

0 commit comments

Comments
 (0)