transport: Fix broken links to distribution docs by guzalv · Pull Request #2136 · google/go-containerregistry (original) (raw)

While browsing around I noticed that the links to distribution's API spec are broken. I fixed it by pinning the version rather than referring to master.

I chose a version from early 2018, which to an early 2019 API spec, which existed when the code being commented was written (latest version cannot be used because the API has changed slightly and the code would not match the referred API spec).