X Tutup
The Wayback Machine - https://web.archive.org/web/20210120013021/https://github.com/mkdocs/mkdocs/pull/2116
Skip to content
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

Fix relative links #2116

Open
wants to merge 3 commits into
base: master
from
Open

Fix relative links #2116

wants to merge 3 commits into from

Conversation

@MyrikLD
Copy link

@MyrikLD MyrikLD commented May 26, 2020

It solves cases when the path starts from the project root. The file still must be in docs_dir, but links like [image](../docs/image.png) and [image](docs/image.png) now works. It makes it possible to use README.md files with relative links.

MyrikLD added 3 commits May 26, 2020
@waylan
Copy link
Member

@waylan waylan commented Oct 27, 2020

So, this adds the ability to resolve links that are not proper relative links? Why would we do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
X Tutup