The .rst files currently use `(name)[url]`, but that's not valid Markdown according to https://spec.commonmark.org/0.31.2/#links. It should be `[name](url)` instead.