fix TOC link
The TOC and README.md is generated by markdown_helper (I have the link at the bottom of README). I think it's a bug in that program, it thinks / is a word and replaces it with -
So work-around would be, to modify docs/downloading.md and replace Installing the debian package on Ubuntu/Debian/Raspberry pi with Installing the debian package on Ubuntu or Debian or Raspberry pi and generate README.md again. You can modify and send me a pull request and I will generate README.md or I will do that in next release.
Thanks for reporting it, I noticed that before but I didn't know why it was not working.
Ok, I see. Wouldn't it make sense to submit a bug report over at markdown_helper, then?
markdown_helper obviously doesn't process headers the same way as GitHub when creating anchor links, i.e. GitHub removes any / while markdown_helper seems to just replace them by -.