Skip to content

Commit 6877337

Browse files
authored
Merge pull request #1 from veesesh/master
replaced the previous deployed url with the official domain link
2 parents 62a32b4 + a3dae9b commit 6877337

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)