Skip to content

Commit 682edd8

Browse files
committed
fix: update GitHub links to use the correct organization name
1 parent c3222cd commit 682edd8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

app/pages/index.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ useSchemaOrg([
5252
name: 'Reqcore',
5353
url: 'https://reqcore.com',
5454
logo: 'https://reqcore.com/og-image.png',
55-
sameAs: ['https://github.com/reqcore/reqcore'],
55+
sameAs: ['https://github.com/reqcore-inc/reqcore'],
5656
description: 'Open-source applicant tracking system with transparent AI and full data ownership.',
5757
}),
5858
defineWebSite({
@@ -121,7 +121,7 @@ const ctaRef = useScrollFade()
121121
Blog
122122
</NuxtLink>
123123
<a
124-
href="https://github.com/reqcore/reqcore"
124+
href="https://github.com/reqcore-inc/reqcore"
125125
target="_blank"
126126
rel="noopener noreferrer"
127127
class="flex items-center gap-1.5 rounded-md px-3 py-1.5 text-[13px] font-medium text-surface-400 transition hover:text-white"
@@ -169,7 +169,7 @@ const ctaRef = useScrollFade()
169169
<!-- Announcement badge -->
170170
<div class="hero-animate hero-delay-1 mb-10 flex items-center justify-center gap-4">
171171
<a
172-
href="https://github.com/reqcore/reqcore"
172+
href="https://github.com/reqcore-inc/reqcore"
173173
target="_blank"
174174
rel="noopener noreferrer"
175175
class="group inline-flex items-center gap-2 rounded-full border border-white/[0.08] bg-white/[0.03] px-4 py-1.5 text-[13px] font-medium text-surface-300 transition hover:border-white/[0.15] hover:bg-white/[0.06]"
@@ -820,7 +820,7 @@ const ctaRef = useScrollFade()
820820
</div>
821821
<!-- Terminal content -->
822822
<div class="p-5 font-mono text-[12px] leading-[1.8] sm:p-6 sm:text-[13px]">
823-
<div class="text-surface-500">$ git clone https://github.com/reqcore/reqcore</div>
823+
<div class="text-surface-500">$ git clone https://github.com/reqcore-inc/reqcore</div>
824824
<div class="text-surface-500">$ cd reqcore</div>
825825
<div class="mt-1">
826826
<span class="text-surface-500">$ </span><span class="text-brand-300">docker compose up</span>
@@ -1306,7 +1306,7 @@ const ctaRef = useScrollFade()
13061306
<ArrowRight class="h-3.5 w-3.5" />
13071307
</NuxtLink>
13081308
<a
1309-
href="https://github.com/reqcore/reqcore"
1309+
href="https://github.com/reqcore-inc/reqcore"
13101310
target="_blank"
13111311
rel="noopener noreferrer"
13121312
class="inline-flex items-center gap-2 rounded-lg border border-white/[0.1] bg-white/[0.03] px-5 py-2.5 text-sm font-semibold text-surface-300 transition hover:border-white/[0.2] hover:bg-white/[0.06] hover:text-white"
@@ -1333,23 +1333,23 @@ const ctaRef = useScrollFade()
13331333
Blog
13341334
</NuxtLink>
13351335
<a
1336-
href="https://github.com/reqcore/reqcore"
1336+
href="https://github.com/reqcore-inc/reqcore"
13371337
target="_blank"
13381338
rel="noopener noreferrer"
13391339
class="transition hover:text-white"
13401340
>
13411341
GitHub
13421342
</a>
13431343
<a
1344-
href="https://github.com/reqcore/reqcore/blob/main/README.md"
1344+
href="https://github.com/reqcore-inc/reqcore/blob/main/README.md"
13451345
target="_blank"
13461346
rel="noopener noreferrer"
13471347
class="transition hover:text-white"
13481348
>
13491349
Docs
13501350
</a>
13511351
<a
1352-
href="https://github.com/reqcore/reqcore/blob/main/LICENSE"
1352+
href="https://github.com/reqcore-inc/reqcore/blob/main/LICENSE"
13531353
target="_blank"
13541354
rel="noopener noreferrer"
13551355
class="transition hover:text-white"

0 commit comments

Comments
 (0)