From d977f67d94ce30b9e79aebfc5b57b9e88c0c4e90 Mon Sep 17 00:00:00 2001 From: Rushil Patel Date: Mon, 27 Jan 2025 08:57:48 -0800 Subject: [PATCH] fix: url for graph widget --- docs/building-with-codegen/codebase-visualization.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-with-codegen/codebase-visualization.mdx b/docs/building-with-codegen/codebase-visualization.mdx index 0a4c7c70a..3d0bd2b8a 100644 --- a/docs/building-with-codegen/codebase-visualization.mdx +++ b/docs/building-with-codegen/codebase-visualization.mdx @@ -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://chadcode.sh/embedded/graph?id=ef312926-286d-4c13-8e09-38e1a47882f1&zoom=0.5`} className="rounded-xl " style={{ backgroundColor: "#15141b",