Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-statsig committed Jan 25, 2024
1 parent a4c94c7 commit a35aacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/frameworks-introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import OutlinedCard from "@site/src/components/OutlinedCard";
<OutlinedCard
title="How to set up feature Flags in Python with Flask"
icon="tune"
link="/guides/first-feature"
link="/guides/python-flask-feature-flags"
></OutlinedCard>
<OutlinedCard
title="Run an A/B Test with Python Flask"
icon="science"
link="/guides/abn-tests"
link="/guides/python-flask-abtests"
></OutlinedCard>
<OutlinedCard
title="Feature Flags in NodeJS ExpressJS"
Expand Down

0 comments on commit a35aacc

Please sign in to comment.