docbrown/spec/fixtures
Jeremy Friesen 0c6b6b9e62
Ensuring that embed fallback renders URL (#17680)
Prior to this commit, our fallback HREF was using only the URL's
domain (e.g. `guides.rubyonrails.org/routing.html`) instead of the
provided URL (e.g. `https://guides.rubyonrails.org/routing.html`).  This
resulted in the link resolving to
`<url-of-article>/guides.rubyonrails.org/routing.html`)

With this commit, we're using the given URL for the HREF.

An interesting side note, the Ruby on Rails guides includes an
`og:title` but not an `og:url` so we hit the fallback condition.  Could
we use the given URL if `og:url` does not exist?

Fixes forem/forem#17679
2022-05-17 07:43:17 -04:00
..
approvals ✂️ Remove the approvals gem ✂️ (#12978) 2021-03-19 13:28:06 -07:00
feed-variants/broken Allowing VariantQuery for Feed Generation (#17382) 2022-04-21 11:07:09 -04:00
files Ensuring that embed fallback renders URL (#17680) 2022-05-17 07:43:17 -04:00