Skip to content

Commit 17e2d66

Browse files
committed
docs: ✏️ fixed links
1 parent 025b3b7 commit 17e2d66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/src/components/landing/about/about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const aboutFeatures = [
1818
title: "Fetching Standard",
1919
description:
2020
"Enhance DX, reduce errors, and accelerate development with a robust fetching standard, featuring codegen for Swagger/OpenAPI.",
21-
link: "/docs/integrations/codegen-openapi/overview",
21+
link: "/docs/core/overview",
2222
},
2323
{
2424
icon: LayoutDashboard,

documentation/src/components/landing/hero/hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ export const Hero = () => {
3030
<div className="relative max-w-6xl mx-auto flex flex-col justify-center items-center px-6 mt-12 mb-12">
3131
<div className="mb-5">
3232
<Link
33-
to="/docs/integrations/codegen-openapi/overview"
33+
to="/docs/cli/generate"
3434
className="shiny-label flex items-center !no-underline py-0.5 hover:brightness-125 transition-all duration-150 ease-in-out"
3535
>
3636
<Sparkles className="w-[14px] h-[14px] text-yellow-600/80 dark:text-yellow-500 group-hover:translate-x-0.5 transition-transform duration-150 ease-in-out" />
37-
<AnimatedShinyText className="text-sm">Generate SDK from Swagger/OpenAPI</AnimatedShinyText>
37+
<AnimatedShinyText className="text-sm">Generate SDK from Swagger</AnimatedShinyText>
3838
<span className="w-[14px] h-[1px] leading-[0.2] tracking-normal text-yellow-600/90 dark:text-white group-hover:translate-x-0.5 transition-transform duration-150 ease-in-out mr-0.5">
3939
4040
</span>

0 commit comments

Comments
 (0)