diff --git a/docs/src/components/PageTitle.astro b/docs/src/components/PageTitle.astro index 77274f3d..cbb0aca0 100644 --- a/docs/src/components/PageTitle.astro +++ b/docs/src/components/PageTitle.astro @@ -6,7 +6,7 @@ import { Icon } from '@astrojs/starlight/components'; const badge = Astro.props.entry.data.badge; const entryPoint = Astro.props.entry.data.entryPoint; const bundleJsUrl = `https://deno.bundlejs.com?q=${entryPoint}&treeshake=[*]&config={%22esbuild%22:{%22external%22:[%22rxjs%22,%22@angular/core%22,%22@angular/common%22,%22@angular/forms%22,%22@angular/router%22]}}`; -const sourceCodeUrl = `https://github.com/nartc/ngxtension-platform/tree/main/libs/${entryPoint}`; +const sourceCodeUrl = `https://github.com/ngxtension/ngxtension-platform/tree/main/libs/${entryPoint}`; const { size } = await fetch(bundleJsUrl) .then((res) => {