Description
I have a binder repo here. When people click on the "Launch binder" button, they see this:
Which is really not ideal because then they think that something went wrong and that there is some bug, when in fact everything is fine.
I think the reason it looks that way is that I'm actually not linking to a specific notebook, but instead just to the whole repo. I think in that case it would be better to not show a 404 link during build, but something that looks less scary and that doesn't look like something went wrong.
EDIT: This was originally posted over in the repo2docker repo as jupyterhub/repo2docker#761, but @betatim asked me to move it here. He also pointed out a workaround over there, which I have since implemented in my repo. So the link in this issue here now points to an old version of the repo that has the old type of link. While the workaround is great, I think it would be great if things worked without it.