diff --git a/README.md b/README.md index a5e57bb..6bab348 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@

Website · - Launch App + Launch App · - Documentation + Documentation · Discord

@@ -83,7 +83,7 @@ OpenDSA makes complex algorithms visual and intuitive. ### Try Online -Visit [app.opendsa.dev](https://app.opendsa.vercel.app) to start visualizing algorithms immediately - no installation required. +Visit [app.opendsa.dev](https://app-opendsa.vercel.app) to start visualizing algorithms immediately - no installation required. ### Run Locally diff --git a/apps/app/src/app/layout.tsx b/apps/app/src/app/layout.tsx index 37a29d8..f492b51 100644 --- a/apps/app/src/app/layout.tsx +++ b/apps/app/src/app/layout.tsx @@ -15,7 +15,7 @@ const jetbrainsMono = JetBrains_Mono({ display: "swap", }); -const siteUrl = "https://app.opendsa.vercel.app"; // TODO: Change to https://app.opendsa.dev after domain purchase +const siteUrl = "https://app-opendsa.vercel.app"; // TODO: Change to https://app.opendsa.dev after domain purchase export const metadata: Metadata = { metadataBase: new URL(siteUrl), diff --git a/apps/app/src/app/not-found.tsx b/apps/app/src/app/not-found.tsx index 86b6d2d..c6bc357 100644 --- a/apps/app/src/app/not-found.tsx +++ b/apps/app/src/app/not-found.tsx @@ -275,7 +275,7 @@ export default function NotFound() { → website - + → docs diff --git a/apps/app/src/app/page.tsx b/apps/app/src/app/page.tsx index 424e05e..20c02d1 100644 --- a/apps/app/src/app/page.tsx +++ b/apps/app/src/app/page.tsx @@ -479,7 +479,7 @@ export default function ComingSoon() { Launch App diff --git a/apps/web/src/components/sections/faq.tsx b/apps/web/src/components/sections/faq.tsx index 9e281c6..d6e97fa 100644 --- a/apps/web/src/components/sections/faq.tsx +++ b/apps/web/src/components/sections/faq.tsx @@ -25,7 +25,7 @@ const faqItems: FAQItem[] = [ { id: "0x03", question: "CAN I CONTRIBUTE NEW ALGORITHMS?", - answer: "Absolutely! We welcome contributions. Check our CONTRIBUTING.md guide on GitHub or documentation website at https://docs.opendsa.vercel.app/ to get started. Each visualizer is a modular plugin, making it easy to add new ones.", + answer: "Absolutely! We welcome contributions. Check our CONTRIBUTING.md guide on GitHub or documentation website at https://docs-opendsa.vercel.app/ to get started. Each visualizer is a modular plugin, making it easy to add new ones.", }, { id: "0x04", diff --git a/apps/web/src/components/sections/footer.tsx b/apps/web/src/components/sections/footer.tsx index f8de405..74d90c5 100644 --- a/apps/web/src/components/sections/footer.tsx +++ b/apps/web/src/components/sections/footer.tsx @@ -9,18 +9,18 @@ const footerLinks = { product: [ { label: "Features", href: "#features" }, { label: "Roadmap", href: "#roadmap" }, - { label: "Launch App", href: "https://app.opendsa.vercel.app" }, // TODO: change to https://app.opendsa.dev + { label: "Launch App", href: "https://app-opendsa.vercel.app" }, // TODO: change to https://app.opendsa.dev ], resources: [ - { label: "Documentation", href: "https://docs.opendsa.vercel.app" }, // TODO: change to https://docs.opendsa.dev - { label: "Contributing", href: "https://docs.opendsa.vercel.app/contributing" }, // TODO: change to https://docs.opendsa.dev/contributing + { label: "Documentation", href: "https://docs-opendsa.vercel.app" }, // TODO: change to https://docs.opendsa.dev + { label: "Contributing", href: "https://docs-opendsa.vercel.app/contributing" }, // TODO: change to https://docs.opendsa.dev/contributing { label: "Changelog", href: "https://github.com/soloshun/opendsa/releases" }, ], community: [ { label: "GitHub", href: "https://github.com/soloshun/opendsa" }, { label: "Discord", href: "https://discord.gg/mfQvUa2y4r" }, { label: "Twitter", href: "#" }, - { label: "Support Us ☕", href: "https://docs.opendsa.vercel.app/sponsors" }, // TODO: change to + { label: "Support Us ☕", href: "https://docs-opendsa.vercel.app/sponsors" }, // TODO: change to ], }; diff --git a/apps/web/src/components/sections/header.tsx b/apps/web/src/components/sections/header.tsx index 2cddf7e..f4df88a 100644 --- a/apps/web/src/components/sections/header.tsx +++ b/apps/web/src/components/sections/header.tsx @@ -8,7 +8,7 @@ import { useState, useEffect } from "react"; const navLinks = [ { href: "#features", label: "Features" }, { href: "#roadmap", label: "Roadmap" }, - { href: "https://docs.opendsa.vercel.app", label: "Docs", external: true }, // TODO: CHANGE URL TO https://docs.opendsa.dev AFTER DOMAIN IS BOUGHT + { href: "https://docs-opendsa.vercel.app", label: "Docs", external: true }, // TODO: CHANGE URL TO https://docs.opendsa.dev AFTER DOMAIN IS BOUGHT ]; function useGitHubStars() { @@ -104,7 +104,7 @@ export function Header() { {/* Launch App CTA */} LAUNCH APP @@ -162,7 +162,7 @@ export function Header() { )} Launch App diff --git a/apps/web/src/components/sections/hero.tsx b/apps/web/src/components/sections/hero.tsx index eeddd95..c77d218 100644 --- a/apps/web/src/components/sections/hero.tsx +++ b/apps/web/src/components/sections/hero.tsx @@ -102,7 +102,7 @@ export function Hero() { className="mt-8 sm:mt-10 flex flex-col sm:flex-row items-center justify-center gap-3 sm:gap-4 w-full max-w-md sm:max-w-none px-4 sm:px-0" > Start Visualizing