diff --git a/apps/web/content/docs/contributing.mdx b/apps/web/content/docs/contributing.mdx index 53bc969..715f053 100644 --- a/apps/web/content/docs/contributing.mdx +++ b/apps/web/content/docs/contributing.mdx @@ -88,7 +88,7 @@ Types: `feat`, `fix`, `docs`, `refactor`, `test`, `chore` ### Bug Reports -Open an issue on [GitHub](https://github.com/RepliMap/replimap/issues) with: +Open an issue on [GitHub](https://github.com/RepliMap/replimap-community/issues) with: - Description of the bug - Steps to reproduce - Expected vs actual behavior @@ -108,4 +108,4 @@ Open an issue on [GitHub](https://github.com/RepliMap/replimap/issues) with: - **General**: [hello@replimap.com](mailto:hello@replimap.com) - **Technical Support**: [support@replimap.com](mailto:support@replimap.com) -- **Discussions**: [GitHub Discussions](https://github.com/RepliMap/replimap/discussions) +- **Discussions**: [GitHub Discussions](https://github.com/RepliMap/replimap-community/discussions) diff --git a/apps/web/src/app/layout.config.tsx b/apps/web/src/app/layout.config.tsx index d0a74d7..8e79764 100644 --- a/apps/web/src/app/layout.config.tsx +++ b/apps/web/src/app/layout.config.tsx @@ -17,7 +17,7 @@ export const baseOptions: BaseLayoutProps = { }, { text: 'GitHub', - url: 'https://github.com/RepliMap/replimap-frontend', + url: 'https://github.com/RepliMap/replimap-community', external: true, }, ], diff --git a/apps/web/src/components/footer.tsx b/apps/web/src/components/footer.tsx index d670149..f4019db 100644 --- a/apps/web/src/components/footer.tsx +++ b/apps/web/src/components/footer.tsx @@ -24,7 +24,7 @@ const footerLinks = { } const socialLinks = [ - { icon: Github, href: "https://github.com/replimap/replimap", label: "GitHub" }, + { icon: Github, href: "https://github.com/RepliMap/replimap-community", label: "GitHub" }, { icon: Twitter, href: "https://twitter.com/replimap_io", label: "Twitter" }, { icon: MessageCircle, href: "https://discord.gg/CXa7ZJmFM6", label: "Discord" }, ] diff --git a/apps/web/src/components/header.tsx b/apps/web/src/components/header.tsx index 8cb7e3a..271c5fa 100644 --- a/apps/web/src/components/header.tsx +++ b/apps/web/src/components/header.tsx @@ -51,7 +51,7 @@ export function Header() {
{/* GitHub Stars */} - + View on GitHub diff --git a/apps/web/src/lib/schema.ts b/apps/web/src/lib/schema.ts index 28fc359..84c98d5 100644 --- a/apps/web/src/lib/schema.ts +++ b/apps/web/src/lib/schema.ts @@ -51,7 +51,7 @@ export function generateSiteSchema() { name: 'RepliMap', url: 'https://replimap.com', logo: { '@type': 'ImageObject', url: 'https://replimap.com/og-image.png' }, - sameAs: ['https://github.com/RepliMap/replimap-mono'], + sameAs: ['https://github.com/RepliMap/replimap-community'], contactPoint: { '@type': 'ContactPoint', email: 'hello@replimap.com',