Skip to content

Commit 62668f4

Browse files
committed
fix: url for widget in overview docs
1 parent eb7bb1b commit 62668f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function.set_docstring('new docstring') # set docstring
3333
width="100%"
3434
height="300px"
3535
scrolling="no"
36-
src={`http://localhost:3000/embedded/codemod/?code=${encodeURIComponent(
36+
src={`https://chadcode.sh/embedded/codemod/?code=${encodeURIComponent(
3737
intoSnippet
3838
)}`}
3939
className="rounded-md ring-1 ring-gray-800/50 dark:ring-gray-800/50"

0 commit comments

Comments
 (0)