Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/building-with-codegen/codebase-visualization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This guide provides a basic overview of graph creation and customization. Like t
width="100%"
height="600px"
scrolling="no"
src={`http://localhost:3000/embedded/graph?id=ef312926-286d-4c13-8e09-38e1a47882f1&zoom=0.5`}
src={`https://codegen.sh/embedded/graph?id=ef312926-286d-4c13-8e09-38e1a47882f1&zoom=0.5`}
className="rounded-xl "
style={{
backgroundColor: "#15141b",
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for function in codebase.functions:
width="100%"
height="300px"
scrolling="no"
src={`https://chadcode.sh/embedded/codemod/?code=${encodeURIComponent(
src={`https://codegeh.sh/embedded/codemod/?code=${encodeURIComponent(
intoSnippet
)}`}
style={{
Expand Down