Skip to content

Commit 2ab5f2d

Browse files
martensonSaraVieira
authored andcommitted
make links valid (codesandbox#1575)
otherwise these links are eg 404 at https://codesandbox.io/docs/embedding
1 parent 8331d3a commit 2ab5f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/content/docs/2-embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "It's possible to embed a sandbox on Medium and other websites."
99
CodeSandbox has a separate application for the embed. This application is
1010
specifically built to be as small as possible. If you replace `s` in the URL of
1111
a sandbox to `embed` you have the embed version of the sandbox. Example:
12-
https://codesandbox.io/**s**/new => https://codesandbox.io/**embed**/new. Notice
12+
https://codesandbox.io/s/new => https://codesandbox.io/embed/new. Notice
1313
that the embed doesn't have all features of the full editor.
1414

1515
## Generate a URL

0 commit comments

Comments
 (0)