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

feat: Handle relative links properly #20

Merged
merged 2 commits into from
Jun 3, 2022
Merged

Conversation

KevinGDialpad
Copy link
Contributor

Closes #8

This handles relative links like ../src/my_source_file.py that previously resulted in dead links once on Confluence.

Relative links are now replaced with GitHub links. If the file has an associated Confluence page, it links to that instead.

This doesn't handle images (#18) nor unnamed links (#19).

@KevinGDialpad KevinGDialpad merged commit a9fbce4 into main Jun 3, 2022
@KevinGDialpad KevinGDialpad deleted the #8_Handle_relative_links branch June 3, 2022 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Properly handle basic relative links
1 participant