Skip to content

Commit a3dae9b

Browse files
committed
replace the previous deployed url with the official domain link
1 parent 62a32b4 commit a3dae9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/docs/[[...slug]]/page.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const optionVariants = cva(
7070
);
7171

7272
export function ViewOptions(props: { markdownUrl: string; githubUrl: string }) {
73-
const markdownUrl = new URL(props.markdownUrl, "https://devfolio-docs.vercel.app");
73+
const markdownUrl = new URL(props.markdownUrl, "https://guide.devfolio.co");
7474
const q = `Read ${markdownUrl}, I want to ask questions about it.`;
7575

7676
const claude = `https://claude.ai/new?${new URLSearchParams({

0 commit comments

Comments
 (0)