You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just adding an article to the website and noticed that in the list (here: https://rescience.github.io/read/) some of the links to PDFs go to the .../blob/... and some to the .../raw/... directory/URL.
I was just adding an article to the website and noticed that in the list (here: https://rescience.github.io/read/) some of the links to PDFs go to the
.../blob/...and some to the.../raw/...directory/URL.Blob does this (the the PDF preview being rendered by GH): https://github.com/ReScience-Archives/Stollmeier-2017/blob/master/article/Stollmeier-2017.pdf
While raw does this (direct link to the file, so in my browser it opens a dialogue to save the PDF): https://github.com/ReScience-Archives/Stollmeier-2017/raw/master/article/Stollmeier-2017.pdf
Which is the "right" one? Or do we not mind?