yarnpkg / website

Yarn package manager website
https://classic.yarnpkg.com
432 stars 979 forks source link

Incorrect URLs in yarn add documentation page #1159

Closed pyotrr closed 2 years ago

pyotrr commented 2 years ago

In Commands section of yarn add documentation page there are several links to different dependency types, eg. link to devDependencies under the yarn add <package...> [--dev/-D] command. Some of those links do not redirect to the target anchor tag on the "Types of dependencies" page as they link to: /docs/dependency-types#toc-dev-dependencies instead of /docs/dependency-types#toc-devdependencies.