Skip to content

Commit

Permalink
chore: fix docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed May 13, 2024
1 parent 772d109 commit 9e62c87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ui/src/app/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,34 @@ const gettingStartedTiles = [
icon: AcademicCapIcon,
name: 'Get Started',
description: 'Learn how to create your first feature flag',
href: 'https://www.flipt.io/docs/introduction'
href: 'https://docs.flipt.io/introduction'
},
{
icon: CloudIcon,
name: 'Introducing Flipt Hybrid Cloud',
className: 'sm:col-span-2',
description:
'Learn more about our managed offering with enhanced security and support',
href: 'https://www.flipt.io/docs/cloud/overview'
'Learn about our managed offering with enhanced security and support',
href: 'https://docs.flipt.io/cloud/overview'
},
{
icon: CommandLineIcon,
name: 'Try the CLI',
description: 'Use the Flipt CLI to manage your feature flags and more',
href: 'https://www.flipt.io/docs/cli/overview'
href: 'https://docs.flipt.io/cli/overview'
},
{
icon: BookOpenIcon,
name: 'Checkout a Guide',
description:
'Use Flipt to its full potential. Read our guides including using Flipt with GitOps',
href: 'https://www.flipt.io/docs/guides'
href: 'https://docs.flipt.io/guides'
},
{
icon: PuzzlePieceIcon,
name: 'Integrate Your Application',
description: 'Use our SDKs to integrate your applications in your language',
href: 'https://www.flipt.io/docs/integration/overview'
href: 'https://docs.flipt.io/integration/overview'
}
];

Expand Down

0 comments on commit 9e62c87

Please sign in to comment.