Skip to content

Commit f25415f

Browse files
rushilpatel0codegen-team
authored and
codegen-bot
committed
Rpatel/update graph widget url (#126)
# 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) --------- Co-authored-by: Codegen Team (Internal) <[email protected]>
1 parent 89f65a5 commit f25415f

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
@@ -25,7 +25,7 @@ for function in codebase.functions:
2525
width="100%"
2626
height="300px"
2727
scrolling="no"
28-
src={`https://codegeh.sh/embedded/codemod/?code=${encodeURIComponent(
28+
src={`https://codegen.sh/embedded/codemod/?code=${encodeURIComponent(
2929
intoSnippet
3030
)}`}
3131
style={{

0 commit comments

Comments
 (0)