Skip to content

Commit

Permalink
docs: correct link generated in operations matrix (#10345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlobblet authored Oct 21, 2024
1 parent 278431e commit c7c929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/support/matrix.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def make_support_matrix():
def make_link(parts):
module, op = parts[-2:]
return f'<a href="./operations.html#ibis.expr.operations.{module}.{op}">{op}</a>'
return f'<a href="/reference/operations#ibis.expr.operations.{module}.{op}">{op}</a>'
support_matrix = (
pd.DataFrame(support)
Expand Down

0 comments on commit c7c929d

Please sign in to comment.