Skip to content

Commit 90750fd

Browse files
committed
docs: fix @see @link path
1 parent cdbcbec commit 90750fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js-css-animations/animate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const configurations = {
4545
* if an option is not customized by the user, the default value set
4646
* in 'configurations.default' will be returned instead.
4747
* @see {@link CONFIG}
48-
* @see {@link configurations}
48+
* @see {@link module:animate~configurations}
4949
*/
5050
const configHandler = {
5151
/**
@@ -71,7 +71,7 @@ const configHandler = {
7171
* Object that handles configurations, either customized by the user
7272
* or default values defined in 'configurations.default' object
7373
* @type {Object.<string,any>}
74-
* @see {@link configurations}
74+
* @see {@link module:animate~configurations}
7575
*/
7676
const CONFIG = new Proxy(configurations, configHandler);
7777

js-css-animations/js-css-animations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const getTargets = selector => {
6666
* overriding default animations properties and options
6767
* @param {Object} opts - All custom animation properties and options.
6868
* @see {@link module:globals.PROPERTY_NAMES}
69-
* @see {@link module:animate.configurations.default}
69+
* @see {@link module:animate~configurations}
7070
*/
7171
const config = opts => {
7272
updateDefaultConfig(opts);

0 commit comments

Comments
 (0)