stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Fix some relative links that don't work from npm

Open timoxley opened this issue 4 years ago • 2 comments

From this package's npm readme these relative links are 404s e.g. https://www.npmjs.com/package/@stdlib/bench/tree/main/harness

timoxley avatar Sep 13 '21 13:09 timoxley

Thanks for taking the time to open this pull request!

We automatically replace some links before publishing to npm in one of our GitHub action workflows, and some links were incorrectly replaced to point to non-existing npm URLs. This has meanwhile been rectified so that the issue of broken links on npm will be fixed with the next update of our packages.

Planeshifter avatar Sep 13 '21 15:09 Planeshifter

We will post an update here as soon as the next packages are out and then close the pull request (given that the suggested changes would interfere with our existing automation).

Planeshifter avatar Sep 13 '21 15:09 Planeshifter

This has been resolved. The latest version on npm has correct links.

kgryte avatar Nov 11 '23 10:11 kgryte