recommonmark 0.4.0 doesn't understand md -> rst links (and so adding .html is required), but recommonmark 0.5.0 emits a warning (which we treat as errors) when hitting this.
Work around this by temporarily using regular, non-markdown links.
Revert this after upgrading the buildbots to recommonmark 0.5.0, and then fix the links to not explicitly include the .html in these files (except llvm-addr2line, which is already broken on llvm.org).