minio-js icon indicating copy to clipboard operation
minio-js copied to clipboard

README: docs link is broken

Open alxndrsn opened this issue 1 month ago • 3 comments

The link to the documentation in README.md (https://min.io/docs/minio/linux/developers/javascript/API.html) currently 404s:

https://github.com/minio/minio-js/blob/bee972f2354749ee791a9f1db586a23b529ae094/README.md#L269

alxndrsn avatar Nov 18 '25 11:11 alxndrsn

Hi, can anyone post a working link to the documentation?

rumack avatar Nov 19 '25 07:11 rumack

https://github.com/minio/minio-js/blob/master/docs/API.md seems to do the job.

Currently that's https://github.com/minio/minio-js/blob/bee972f2354749ee791a9f1db586a23b529ae094/docs/API.md.

For versioned docs, the URL would be e.g.:

  • https://github.com/minio/minio-js/blob/8.0.6/docs/API.md

alxndrsn avatar Nov 19 '25 08:11 alxndrsn

We will update the links. currently repo is the only complete source of truth for documentation.

prakashsvmx avatar Nov 19 '25 09:11 prakashsvmx