Skip to content

Commit 90053c4

Browse files
author
Chris Cross
committed
fix: a couple bad links
1 parent a9fdd40 commit 90053c4

7 files changed

Lines changed: 56 additions & 19 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: pnpm run build
3535
env:
3636
NEXT_PUBLIC_N8N_WEBHOOK_URL: https://n8n.chainsquad.com/webhook/95df7a1f-3fee-4109-aed6-62d7f7a2f76b
37+
VITE_N8N_WEBHOOK_URL: https://n8n.chainsquad.com/webhook-test/95df7a1f-3fee-4109-aed6-62d7f7a2f76b
3738

3839
- name: Deploy to external repository
3940
uses: peaceiris/actions-gh-pages@v3

src/pages/products/Allowly.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,18 @@ export default function AllowlyPage() {
231231
</p>
232232
<div className="flex gap-3">
233233
<a
234-
href="#models"
234+
href="https://allowly.app"
235235
className="bg-primary text-primary-foreground shadow-xs hover:bg-primary/90 inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm outline-none transition-all h-11 px-6"
236236
>
237-
Choose Your Model
237+
Visit allowly.app
238238
<ArrowRight className="h-4 w-4" />
239239
</a>
240240
<a
241-
href="#how-it-works"
241+
onClick={() => {
242+
document
243+
.getElementById("how-it-works")
244+
?.scrollIntoView({ behavior: "smooth" });
245+
}}
242246
className="border bg-background hover:bg-muted/80 text-foreground inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm h-11 px-6"
243247
>
244248
See How It Works
@@ -581,7 +585,7 @@ export default function AllowlyPage() {
581585
</a>
582586
<span className="text-muted-foreground/30"></span>
583587
<a
584-
href="https://github.com/yourorg/allowly"
588+
href="https://github.com/xeroc/allowly"
585589
target="_blank"
586590
rel="noopener noreferrer"
587591
className="text-sm text-muted-foreground hover:text-foreground transition-colors"

src/pages/products/Contribute.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,11 @@ export default function ContributePage() {
246246
<ArrowRight className="h-4 w-4" />
247247
</a>
248248
<a
249-
href="#how-it-works"
249+
onClick={() => {
250+
document
251+
.getElementById("how-it-works")
252+
?.scrollIntoView({ behavior: "smooth" });
253+
}}
250254
className="border bg-background hover:bg-muted/80 text-foreground inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm h-11 px-6"
251255
>
252256
See How It Works

src/pages/products/Lando.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,11 @@ export default function LandoPage() {
153153
<ArrowRight className="h-4 w-4" />
154154
</a>
155155
<a
156-
href="#services"
156+
onClick={() => {
157+
document
158+
.getElementById("services")
159+
?.scrollIntoView({ behavior: "smooth" });
160+
}}
157161
className="border bg-background hover:bg-muted/80 text-foreground inline-flex cursor-pointer items-center justify-center rounded-none font-medium text-sm h-11 px-6"
158162
>
159163
Agent Services

src/pages/products/Polycode.tsx

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,18 @@ export default function PolycodePage() {
221221
</p>
222222
<div className="flex gap-3">
223223
<a
224-
href="#workflows"
225224
className="bg-primary text-primary-foreground shadow-xs hover:bg-primary/90 inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm outline-none transition-all h-11 px-6"
225+
onClick={() => {
226+
document
227+
.getElementById("workflows")
228+
?.scrollIntoView({ behavior: "smooth" });
229+
}}
226230
>
227231
Explore Workflows
228232
<ArrowRight className="h-4 w-4" />
229233
</a>
230234
<a
231-
href="https://github.com/yourorg/polycode"
235+
href="https://github.com/apps/polycode-agent"
232236
target="_blank"
233237
rel="noopener noreferrer"
234238
className="border bg-background hover:bg-muted/80 text-foreground inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm h-11 px-6"
@@ -507,7 +511,7 @@ export default function PolycodePage() {
507511
</p>
508512
<div className="flex justify-center gap-4 flex-wrap">
509513
<a
510-
href="https://github.com/apps/polycode"
514+
href="https://github.com/apps/polycode-agent"
511515
target="_blank"
512516
rel="noopener noreferrer"
513517
className="bg-primary text-primary-foreground shadow-xs hover:bg-primary/90 inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm h-11 px-6"
@@ -517,7 +521,7 @@ export default function PolycodePage() {
517521
<ArrowRight className="h-4 w-4" />
518522
</a>
519523
<a
520-
href="https://github.com/yourorg/polycode"
524+
href="https://github.com/apps/polycode-agent"
521525
target="_blank"
522526
rel="noopener noreferrer"
523527
className="border bg-background hover:bg-muted/80 text-foreground inline-flex cursor-pointer items-center justify-center rounded-none font-medium text-sm h-11 px-6"
@@ -527,21 +531,29 @@ export default function PolycodePage() {
527531
</div>
528532
<div className="flex justify-center gap-6 mt-8">
529533
<a
530-
href="#workflows"
531534
className="text-sm text-muted-foreground hover:text-foreground transition-colors"
535+
onClick={() => {
536+
document
537+
.getElementById("workflows")
538+
?.scrollIntoView({ behavior: "smooth" });
539+
}}
532540
>
533541
Workflows
534542
</a>
535543
<span className="text-muted-foreground/30"></span>
536544
<a
537-
href="#agents"
538545
className="text-sm text-muted-foreground hover:text-foreground transition-colors"
546+
onClick={() => {
547+
document
548+
.getElementById("agents")
549+
?.scrollIntoView({ behavior: "smooth" });
550+
}}
539551
>
540552
Agents
541553
</a>
542554
<span className="text-muted-foreground/30"></span>
543555
<a
544-
href="https://github.com/yourorg/polycode"
556+
href="https://github.com/chainqsuad"
545557
target="_blank"
546558
rel="noopener noreferrer"
547559
className="text-sm text-muted-foreground hover:text-foreground transition-colors"

src/pages/products/Solcraft.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,15 +282,23 @@ export default function Home() {
282282
</p>
283283
<div className="flex gap-3">
284284
<a
285-
href="#agents"
286285
className="bg-primary text-primary-foreground shadow-xs hover:bg-primary/90 inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm outline-none transition-all focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 h-11 px-6"
286+
onClick={() => {
287+
document
288+
.getElementById("agents")
289+
?.scrollIntoView({ behavior: "smooth" });
290+
}}
287291
>
288292
Explore the Pipeline
289293
<ArrowRight className="h-4 w-4" />
290294
</a>
291295
<a
292-
href="#waitlist"
293296
className="border bg-background hover:bg-muted/80 text-foreground inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm outline-none h-11 px-6"
297+
onClick={() => {
298+
document
299+
.getElementById("waitlist")
300+
?.scrollIntoView({ behavior: "smooth" });
301+
}}
294302
>
295303
Join Waitlist
296304
<ChevronRight className="h-4 w-4" />

src/pages/products/Tributary.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const products = [
108108
"Stripe-compatible API",
109109
"Real-time status",
110110
],
111-
link: "/products/payments",
111+
link: "/#/products/payments",
112112
linkText: "Learn More",
113113
},
114114
{
@@ -140,7 +140,7 @@ const products = [
140140
"Tributary-powered",
141141
"Zero infrastructure",
142142
],
143-
link: "/products/lando",
143+
link: "/#/products/lando",
144144
linkText: "Learn More",
145145
},
146146
];
@@ -245,8 +245,12 @@ export default function TributaryPage() {
245245
<ArrowRight className="h-4 w-4" />
246246
</a>
247247
<a
248-
href="#products"
249248
className="border bg-background hover:bg-muted/80 text-foreground inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-none font-medium text-sm h-11 px-6"
249+
onClick={() => {
250+
document
251+
.getElementById("products")
252+
?.scrollIntoView({ behavior: "smooth" });
253+
}}
250254
>
251255
Explore Products
252256
</a>
@@ -601,7 +605,7 @@ export default function TributaryPage() {
601605
</div>
602606
<div className="flex justify-center gap-6 mt-8">
603607
<a
604-
href="/products/payments"
608+
href="https://sdk.tributary.so"
605609
className="text-sm text-muted-foreground hover:text-foreground transition-colors"
606610
>
607611
Payments SDK

0 commit comments

Comments
 (0)