kennygrant / gohackernews

Golang News - curated links about the Go programming language
https://golangnews.com
MIT License
282 stars 42 forks source link

Fix RSS links #8

Closed Cj-Malone closed 8 years ago

Cj-Malone commented 8 years ago

The link currently points to http://:4000/index.xml in production.

I've just removed the host and protocol, so it should default to https, like the rest of the site. And the browser will fill the host name, and port if required.

Honestly I've not tested it, as I don't have a db set up. But I think it should work...