Skip to content

Commit

Permalink
chore: update links to rest sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jan 18, 2024
1 parent eeb05e4 commit 1142b54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions integration/server/rest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ For server-side applications, Flipt provides a REST API for evaluating flags. Th
<CardGroup cols={2}>
<Card
title="Node/TypeScript"
href="https://github.com/flipt-io/flipt-node"
href="https://github.com/flipt-io/flipt-server-sdks/tree/main/flipt-node"
icon="node"
color="#68a063"
>
Evaluate flags in your Node applications
</Card>
<Card
href="https://github.com/flipt-io/flipt-python"
href="https://github.com/flipt-io/flipt-server-sdks/tree/main/flipt-python"
title="Python"
icon="python"
color="#4c8abe"
Expand All @@ -38,31 +38,31 @@ For server-side applications, Flipt provides a REST API for evaluating flags. Th
Evaluate flags in your Go applications
</Card>
<Card
href="https://github.com/flipt-io/flipt-rust"
href="https://github.com/flipt-io/flipt-server-sdks/tree/main/flipt-rust"
title="Rust"
icon="rust"
color="#cd412b"
>
Evaluate flags in your Rust applications
</Card>
<Card
href="https://github.com/flipt-io/flipt-java"
href="https://github.com/flipt-io/flipt-server-sdks/tree/main/flipt-java"
title="Java"
icon="java"
color="#e41f23"
>
Evaluate flags in your Java applications
</Card>
<Card
href="https://github.com/flipt-io/flipt-php"
title="PHP (Beta)"
href="https://github.com/flipt-io/flipt-server-sdks/tree/main/flipt-php"
title="PHP"
icon="php"
color="#4c8abe"
>
Evaluate flags in your PHP applications
</Card>
<Card
href="https://github.com/flipt-io/flipt/discussions/2208"
href="https://github.com/flipt-io/flipt-server-sdks/issues/new"
title="Request a Client"
icon="github"
color="#000000"
Expand Down

0 comments on commit 1142b54

Please sign in to comment.