Skip to content

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

Closed
apreshill opened this issue Jul 6, 2022 · 1 comment · Fixed by #4226
Closed

Fix broken link in "Introduction to Ibis" tutorial #4201

apreshill opened this issue Jul 6, 2022 · 1 comment · Fixed by #4226
Labels
docs Documentation related issues or PRs

Comments

@apreshill
Copy link

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:
Screen Shot 2022-07-06 at 11 19 20 AM

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.

@anjakefala
Copy link
Contributor

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.

@cpcloud cpcloud added the docs Documentation related issues or PRs label Jul 9, 2022
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
@cpcloud cpcloud closed this as completed in 2bd075f Aug 1, 2022
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
Labels
docs Documentation related issues or PRs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants