Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Conversation

IgorA100
Copy link
Contributor

@IgorA100 IgorA100 commented Dec 23, 2024

  1. Fix: Relative links #419 - partially corrupted the formation of Link for the Atom feed.
    I learned about this only the day before yesterday and urgently made this PR.

  • Fix: Error preg_replace(), add all other possible replacements for relative links.
  • Replaced links like href="#aaa/bbb.xxx"
  • Replaced links like href="aaa/bbb.xxx"

This PR is a more correct replacement for #426
Similar to #427 #431

1 Cannot use the "Link" object to analyze relative links
Because the "Link" for the Atom feed will be corrupted.
Use the additionally created "LinkForAnalysis" object

2. 
- Fix: Error preg_replace(), add all other possible replacements for relative links.
- Replaced links like href="#aaa/bbb.xxx"
- Replaced links like href="aaa/bbb.xxx"
Similar to alexdebril#427
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant