Bladeren bron

Docs: Fixed a 404 link in React widget tutorial.

Anna Tomanek 5 jaren geleden
bovenliggende
commit
e373ed3ff6
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      docs/framework/guides/tutorials/using-react-in-a-widget.md

+ 1 - 1
docs/framework/guides/tutorials/using-react-in-a-widget.md

@@ -31,7 +31,7 @@ There are a couple of things you should know before you start:
 
 ## Let's start
 
-This guide assumes that you are familiar with [yarn](https://yarnpkg.com) and your project uses yarn already. If not, see the [yarn documentation](https://yarnpkg.com/en/docs/getting-started). If you are using [npm](https://www.npmjs.com/get-npm) you do not have to worry — you can perform the same installation tasks just as easily using [corresponding npm commands](https://docs.npmjs.com/getting-packages-from-the-registry).
+This guide assumes that you are familiar with [yarn](https://yarnpkg.com) and your project uses yarn already. If not, see the [yarn documentation](https://yarnpkg.com/en/docs/getting-started). If you are using [npm](https://www.npmjs.com/get-npm), you do not have to worry — you can perform the same installation tasks just as easily using [corresponding npm commands](https://docs.npmjs.com/packages-and-modules/getting-packages-from-the-registry).
 
 First, install the packages needed to build and set up a basic React application with a CKEditor 5 instance.