Browse Source

Docs: Link to guides corrected.

Krzysztof Krztoń 7 years ago
parent
commit
21f6faa845
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-autosave/src/autosave.js

+ 1 - 1
packages/ckeditor5-autosave/src/autosave.js

@@ -40,7 +40,7 @@ import { debounce } from 'lodash-es';
  *				}
  *			} );
  *
- * Read more about this feature in the {@glink builds/guides/integration/saving-data#the-autosave-feature Autosave feature}
+ * Read more about this feature in the {@glink builds/guides/integration/saving-data#autosave-feature Autosave feature}
  * section of the {@glink builds/guides/integration/saving-data Saving and getting data}.
  *
  * @extends module:core/plugin~Plugin