8
0
Просмотр исходного кода

Docs: Fixed links to collaboration features overview. Closes #5853.

Maciej Bukowski 6 лет назад
Родитель
Сommit
921e4eb8f1
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      docs/builds/guides/frameworks/angular.md
  2. 1 1
      docs/builds/guides/frameworks/react.md

+ 1 - 1
docs/builds/guides/frameworks/angular.md

@@ -130,7 +130,7 @@ Note that to allow importing JavaScript files without providing their correspond
 
 
 ### Using the editor with collaboration plugins
 ### Using the editor with collaboration plugins
 
 
-The easiest way to integrate {@link features/collaboration collaboration plugins} in an Angular application is to create a custom build first and later import it from the Angular application — see [Using a custom CKEditor 5 build](#using-a-custom-ckeditor-5-build).
+The easiest way to integrate [collaboration plugins](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/collaboration.html) in an Angular application is to create a custom build first and later import it from the Angular application — see [Using a custom CKEditor 5 build](#using-a-custom-ckeditor-5-build).
 
 
 For such scenario we provide a few ready-to-use integrations featuring collaborative editing in Angular applications:
 For such scenario we provide a few ready-to-use integrations featuring collaborative editing in Angular applications:
 
 

+ 1 - 1
docs/builds/guides/frameworks/react.md

@@ -141,7 +141,7 @@ export default App;
 
 
 ### Using the editor with collaboration plugins
 ### Using the editor with collaboration plugins
 
 
-The easiest way to integrate {@link features/collaboration collaboration plugins} in a React application is to build the editor from source including collaboration plugins together with the React application.
+The easiest way to integrate [collaboration plugins](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/collaboration.html) in a React application is to build the editor from source including collaboration plugins together with the React application.
 
 
 For such scenario we provide a few ready-to-use integrations featuring collaborative editing in React applications:
 For such scenario we provide a few ready-to-use integrations featuring collaborative editing in React applications: