DEV Community

Discussion on: My mistakes & lessons for the Week

 
jeremyf profile image
Jeremy Friesen

Also, this helped me find the following bug:

Odd embed behavior for https://guides.rubyonrails.org/routing.html #17679

On DEV.to, when I want to embed the guides.rubyonrails.org/routing.html (e.g. {% embed https://guides.rubyonrails.org/routing.html %}), the resolved URL is https://dev.to/guides.rubyonrails.org. I would have expected it to resolve to https://dev.to/guides.rubyonrails.org

Thread Thread
 
w3ndo profile image
Patrick Wendo

Looks like something I'd enjoy working on. Let me check it out on GitHub.

Thread Thread
 
jeremyf profile image
Jeremy Friesen

I already wrote up a PR. But I'll keep that in mind going forward.