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

Add support for relative links #1489

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Add support for relative links #1489

wants to merge 13 commits into from

Conversation

mre
Copy link
Member

@mre mre commented Aug 23, 2024

Refactor file checking and improve URI handling

This commit introduces several improvements to the file checking process and URI handling:

  • Extract file checking logic into a separate FileChecker struct
  • Improve handling of relative and absolute file paths
  • Enhance URI parsing and creation from file paths
  • Refactor create_request function for better clarity and error handling

These changes provide better support for resolving relative links, handling different base URLs, and working with file paths.

Fixes #1296 and #1480

@mre mre changed the title Relative links v2 Add support for relative links Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with relative links
1 participant