Merge pull request #5259 from orangecms/fix-yarn-link-link

fix link to classic yarn's `yarn link`
pull/21833/head
Travis Ralston 2020-09-28 21:02:08 -06:00 committed by GitHub
commit 7fa1214cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ yarn link matrix-js-sdk
yarn install
```
See the [help for `yarn link`](https://yarnpkg.com/docs/cli/link) for more
details about this.
See the [help for `yarn link`](https://classic.yarnpkg.com/docs/cli/link) for
more details about this.
Running tests
=============