Skip to content

Commit 6bd06af

Browse files
fix(links): point Visdom return links to visdom.virtuslab.com, drop 404 ViDIA link
1 parent 506b913 commit 6bd06af

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/GovernanceIslands.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function GovernanceVisdomStrip({ base }: GovernanceVisdomStripProps) {
9797
subtitle={
9898
<>
9999
Visdom Governance is one of four components in{" "}
100-
<a href="https://virtuslab.com/services/visdom">Visdom</a>,
100+
<a href="https://visdom.virtuslab.com">Visdom</a>,
101101
VirtusLab&apos;s AI-Native SDLC.
102102
</>
103103
}
@@ -106,7 +106,7 @@ export function GovernanceVisdomStrip({ base }: GovernanceVisdomStripProps) {
106106
role: "Context Fabric",
107107
name: "ViDIA",
108108
description: "Pre-indexed code expertise, dependency graphs, PR history",
109-
href: "https://github.com/virtuslab/vidia",
109+
href: undefined,
110110
active: false,
111111
},
112112
{
@@ -134,7 +134,7 @@ export function GovernanceVisdomStrip({ base }: GovernanceVisdomStripProps) {
134134
footer={
135135
<>
136136
Read the thinking behind it:{" "}
137-
<a href="https://virtuslab.com/services/visdom">The AI-Native SDLC series</a>
137+
<a href="https://visdom.virtuslab.com">The AI-Native SDLC series</a>
138138
</>
139139
}
140140
/>

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const base = import.meta.env.BASE_URL;
3333
<a href="#tracevault" class="btn btn--primary">Open TraceVault</a>
3434
<a href="#capabilities" class="btn btn--outline">What You Get</a>
3535
</div>
36-
<p class="hero__tagline">Part of <a href="https://virtuslab.com/services/visdom" class="hero__tagline-link">Visdom</a> &middot; VirtusLab's AI-Native SDLC</p>
36+
<p class="hero__tagline">Part of <a href="https://visdom.virtuslab.com" class="hero__tagline-link">Visdom</a> &middot; VirtusLab's AI-Native SDLC</p>
3737
</div>
3838
</section>
3939

@@ -371,7 +371,7 @@ const base = import.meta.env.BASE_URL;
371371
</p>
372372
<div class="hero__buttons">
373373
<a href="https://tracevault.dev/" class="btn btn--primary">Start with TraceVault</a>
374-
<a href="https://virtuslab.com/services/visdom" class="btn btn--outline">Talk to VirtusLab</a>
374+
<a href="https://visdom.virtuslab.com" class="btn btn--outline">Talk to VirtusLab</a>
375375
</div>
376376
</div>
377377
</section>

0 commit comments

Comments
 (0)