Cannot "View Online" or "Add to Library" RSS feed article

Hi, I have subscribed to this feed in Zotero:

https://keens.github.io/index.xml

View source

Unfortunately I cannot open the articles from the Zotero feed view or add it to my library. The reason seems to be that the link lacks protocol at the start.

<link>//KeenS.github.io/slide/rust_analyzernoshoukai/</link>

I propose that when the protocol is absent like this, Zotero can just assume the protocol to be HTTPS and open it.
  • edited April 29, 2020
    The protocol isn't absent — `//` means that the URL is protocol-relative, so it's HTTP or HTTPS depending on the current URL. But protocol-relative URLs aren't valid in RSS feeds: this feed fails validation. The author should fix it.
Sign In or Register to comment.