Skip to content

Commit

Permalink
docs: fix linking to feature flags in user guide (pola-rs#13644)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brink authored Jan 11, 2024
1 parent b007a78 commit a05c390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_build/scripts/macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def create_feature_flag_link(feature_name: str) -> str:
Returns:
str: Markdown formatted string with a link and the feature flag message
"""
return f'[:material-flag-plus: Available on feature {feature_name}](/polars/user-guide/installation/#feature-flags "To use this functionality enable the feature flag {feature_name}"){{.feature-flag}}'
return f'[:material-flag-plus: Available on feature {feature_name}](/user-guide/installation/#feature-flags "To use this functionality enable the feature flag {feature_name}"){{.feature-flag}}'


def create_feature_flag_links(language: str, api_functions: List[str]) -> List[str]:
Expand Down

0 comments on commit a05c390

Please sign in to comment.