Skip to content

Commit c7c929d

Browse files
authored
docs: correct link generated in operations matrix (#10345)
1 parent 278431e commit c7c929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backends/support/matrix.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def make_support_matrix():
8888
8989
def make_link(parts):
9090
module, op = parts[-2:]
91-
return f'<a href="./operations.html#ibis.expr.operations.{module}.{op}">{op}</a>'
91+
return f'<a href="/reference/operations#ibis.expr.operations.{module}.{op}">{op}</a>'
9292
9393
support_matrix = (
9494
pd.DataFrame(support)

0 commit comments

Comments
 (0)