0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test
Aileen Nowak 7d388cb9e1 🐛 Fixed internal links converting to absolute URLs (#9143)
closes #9136

Changed the functionality in `make-absolute-urls.js` util to not convert the URL when starting which an `#`, as it indicates and internal link.
The util is used inside of the `{{amp_content}}` helper and to render the RSS feed. I tested the changes with the most popular RSS reader 'Feedly' and it seems like these internal links get converted to absolute URL inside of Feedly automatically.
2017-10-18 17:54:17 +01:00
..
functional Increase minimum password length to 10 characters (#9152) 2017-10-18 17:45:41 +01:00
integration Increase minimum password length to 10 characters (#9152) 2017-10-18 17:45:41 +01:00
unit 🐛 Fixed internal links converting to absolute URLs (#9143) 2017-10-18 17:54:17 +01:00
utils Increase minimum password length to 10 characters (#9152) 2017-10-18 17:45:41 +01:00
.jshintrc