-
Notifications
You must be signed in to change notification settings - Fork 642
Fix broken link in "Introduction to Ibis" tutorial #4201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
docs
Documentation related issues or PRs
Comments
Thanks for opening an issue. =) We already have an open issue for this problem: #4064. Unfortunately, the fix is a bit tricky, and your intuition was correct on that. |
anjakefala
added a commit
to anjakefala/ibis
that referenced
this issue
Jul 12, 2022
mkdocs-jupyter cannot find relative links in upper directories with the standard markdown syntax (danielfrg/mkdocs-jupyter#27). Closes ibis-project#4064, closes ibis-project#4201
anjakefala
added a commit
to anjakefala/ibis
that referenced
this issue
Jul 12, 2022
mkdocs-jupyter cannot find relative links in upper directories with the standard markdown syntax (danielfrg/mkdocs-jupyter#27). Closes ibis-project#4064, closes ibis-project#4201
cpcloud
pushed a commit
to anjakefala/ibis
that referenced
this issue
Aug 1, 2022
mkdocs-jupyter cannot find relative links in upper directories with the standard markdown syntax (danielfrg/mkdocs-jupyter#27). Closes ibis-project#4064, closes ibis-project#4201
cwisecarver
pushed a commit
to Parsely/ibis
that referenced
this issue
Aug 1, 2022
mkdocs-jupyter cannot find relative links in upper directories with the standard markdown syntax (danielfrg/mkdocs-jupyter#27). Closes ibis-project#4064, closes ibis-project#4201
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this section: https://ibis-project.org/docs/3.0.2/tutorial/01-Introduction-to-Ibis/#getting-started
The link here for the installation instructions is broken:

The link that does not work is this one: https://ibis-project.org/backends/SQLite/#install
It looks like the working link is here: https://ibis-project.org/docs/3.0.2/backends/SQLite/#install
I didn't want to offer a PR because I'm not sure how to template the version number out of that url.
The text was updated successfully, but these errors were encountered: