Kaynağa Gözat

Docs: Fixed broken links.

Aleksander Nowodzinski 7 yıl önce
ebeveyn
işleme
a49e09fce6

+ 1 - 4
packages/ckeditor5-media-embed/src/mediaregistry.js

@@ -18,7 +18,7 @@ import mediaPlaceholderIcon from '../theme/icons/media-placeholder.svg';
  */
 export class MediaRegistry {
 	/**
-	 * Creates an instance of the {@link media-embed/mediaregistry~MediaRegistry} class.
+	 * Creates an instance of the {@link module:media-embed/mediaregistry~MediaRegistry} class.
 	 *
 	 * @param {module:utils/locale~Locale} locale The localization services instance.
 	 * @param {Array} providerDefinitions The provider definitions available in this registry.
@@ -119,9 +119,6 @@ class Media {
 		/**
 		 * Shorthand for {@link module:utils/locale~Locale#t}.
 		 *
-		 * Note: If {@link #locale} instance hasn't been passed to the view this method may not
-		 * be available.
-		 *
 		 * @see module:utils/locale~Locale#t
 		 * @method
 		 */

+ 1 - 1
packages/ckeditor5-media-embed/src/ui/mediaformview.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module media-embed/ui/insertmediaview
+ * @module media-embed/ui/mediaformview
  */
 
 import View from '@ckeditor/ckeditor5-ui/src/view';