Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/web/content/docs/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
2 changes: 1 addition & 1 deletion apps/web/src/app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function Header() {
<div className="flex items-center gap-4">
{/* GitHub Stars */}
<Link
href="https://github.com/replimap/replimap"
href="https://github.com/RepliMap/replimap-community"
target="_blank"
rel="noopener noreferrer"
className="hidden sm:flex items-center gap-2 text-muted-foreground hover:text-foreground transition-colors"
Expand Down Expand Up @@ -124,7 +124,7 @@ export function Header() {
))}
<div className="border-t border-border pt-4 mt-4 flex flex-col gap-3">
<Link
href="https://github.com/replimap/replimap"
href="https://github.com/RepliMap/replimap-community"
target="_blank"
rel="noopener noreferrer"
onClick={handleLinkClick}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function Hero() {
variant="outline"
className="border-border text-muted-foreground hover:bg-muted h-12 px-8 bg-transparent"
>
<Link href="https://github.com/replimap/replimap" target="_blank" rel="noopener noreferrer">
<Link href="https://github.com/RepliMap/replimap-community" target="_blank" rel="noopener noreferrer">
<Github className="mr-2 h-4 w-4" />
View on GitHub
</Link>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/lib/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading