Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update links to rest sdks #172

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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