From 829887ababe7d5114969c796cf1f16c0137f4a34 Mon Sep 17 00:00:00 2001 From: Rushil Patel Date: Mon, 27 Jan 2025 13:51:16 -0800 Subject: [PATCH] Revert "update graph widget url (#123)" This reverts commit cfb8b5a33b2c80571a41d2fa6f3ec2616bb4ccb4. --- docs/building-with-codegen/codebase-visualization.mdx | 2 +- docs/introduction/overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building-with-codegen/codebase-visualization.mdx b/docs/building-with-codegen/codebase-visualization.mdx index c7ef761de..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={`https://codegen.sh/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", diff --git a/docs/introduction/overview.mdx b/docs/introduction/overview.mdx index 76b08612a..24a10d0a6 100644 --- a/docs/introduction/overview.mdx +++ b/docs/introduction/overview.mdx @@ -25,7 +25,7 @@ for function in codebase.functions: width="100%" height="300px" scrolling="no" - src={`https://codegeh.sh/embedded/codemod/?code=${encodeURIComponent( + src={`https://chadcode.sh/embedded/codemod/?code=${encodeURIComponent( intoSnippet )}`} style={{