Skip to content

Commit 88afb3b

Browse files
rushilpatel0codegen-bot
authored and
codegen-bot
committed
fix: url for widget in overview docs (#88)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md)
1 parent a0c4970 commit 88afb3b

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)