CodeHub crashes if user clicks link to a wiki page in a notification
One of the notifications I received today was for an edit to a wiki page in another repository.
When I clicked the blue highlighted linked name of the wiki page, CodeHub just closed.
Even though GitHub doesn't provide API for its wiki feature, clearly the addresses of such pages can arise in notifications, events, etc, and are parsed by CodeHub as links, even though it has no method handle them if they are clicked.
I can't seem to reproduce this. I've generated Wiki events that show up in the "News" view and then clicking on the link to the wiki page. All that occurs, like it should, is that a in-app web browser appears and sends you to the wiki page (cause, like you mentioned, GitHub has no Wiki API)
