Skip to content

Commit 3f3a29a

Browse files
authored
fix: update widget urls (#160)
# 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 10f68cc commit 3f3a29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/building-with-codegen/codebase-visualization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This guide provides a basic overview of graph creation and customization. Like t
2020
width="100%"
2121
height="600px"
2222
scrolling="no"
23-
src={`https://codegen.sh/embedded/graph?id=ef312926-286d-4c13-8e09-38e1a47882f1&zoom=0.5`}
23+
src={`https://codegen.sh/embedded/graph?id=299beefe-0207-43b6-bff3-6ca9036f62eb&zoom=0.5`}
2424
className="rounded-xl "
2525
style={{
2626
backgroundColor: "#15141b",

docs/introduction/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def baz():
3737
width="100%"
3838
height="320px"
3939
scrolling="no"
40-
src={`https://chadcode.sh/embedded/codemod/?code=${encodeURIComponent(
40+
src={`https://codegen.sh/embedded/codemod/?code=${encodeURIComponent(
4141
metaCode
4242
)}&input=${encodeURIComponent(code)}`}
4343
style={{

0 commit comments

Comments
 (0)