jaredwray / cacheable

Caching for Nodej.js
https://cacheable.org
MIT License
1.56k stars 163 forks source link

Broken links in NPM docs #737

Closed DodgeWhale closed 3 months ago

DodgeWhale commented 3 months ago

Describe the bug A clear and concise description of what the bug is.

Links to docs/examples throughout https://www.npmjs.com/package/cache-manager return 404.

How To Reproduce (best to provide workable code or tests!) Please provide code or unit test example that will reproduce the error. If you can't provide code, please provide a detailed description of how to reproduce the error.

(Copied from NPM page)

Custom Stores

You can use your own custom store by creating one with the same API as the built-in memory stores.

Store Engines

Official and updated to last version

jaredwray commented 3 months ago

@DodgeWhale - thanks for letting us know. This has been resolved.

DodgeWhale commented 3 months ago

@DodgeWhale - thanks for letting us know. This has been resolved.

No problem, thank you. I appreciate your time.