Skip to content

Commit

Permalink
chore(flags): remove outdated doc (#29215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus authored Feb 25, 2025
1 parent 02924de commit 3506ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/feature_flag.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ class FeatureFlagViewSet(
viewsets.ModelViewSet,
):
"""
Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/user-guides/feature-flags) for more information on feature flags.
Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags.
If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated endpoint to check if feature flags are enabled for a given user.
"""
Expand Down

0 comments on commit 3506ea1

Please sign in to comment.