Skip to content

Commit

Permalink
docs: fix links from install to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount authored and cpcloud committed Sep 6, 2023
1 parent 0dbfc48 commit 9bf27fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_tabsets/install.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for installer in installers:
print()
print(f"```bash\n{cmd.format(extra=extra)}\n```")
print()
print(f"Connect using [`ibis.{mod}.connect`](../backends/{name.lower()}.qmd#ibis.backends.{mod}.Backend.do_connect).")
print(f"Connect using [`ibis.{mod}.connect`](./backends/{name.lower()}.qmd#ibis.backends.{mod}.Backend.do_connect).")
print()
if name == "pip":
Expand Down

0 comments on commit 9bf27fb

Please sign in to comment.