diff --git a/includes/specs/comment.spec.js b/includes/specs/comment.spec.js index d43b9b6de..9d122605c 100644 --- a/includes/specs/comment.spec.js +++ b/includes/specs/comment.spec.js @@ -114,7 +114,7 @@ const ValineSpec = { module.exports = { [type]: 'object', - [doc]: 'Comment plugin settings\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Configuration/Comment-Plugins', + [doc]: 'Comment plugin settings\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Comment', type: { [type]: 'string', [doc]: 'Name of the comment plugin', diff --git a/includes/specs/search.spec.js b/includes/specs/search.spec.js index 4e7a0e8bc..a6d2abed4 100644 --- a/includes/specs/search.spec.js +++ b/includes/specs/search.spec.js @@ -2,7 +2,7 @@ const { doc, type, defaultValue, required, requires } = require('../common/utils module.exports = { [type]: 'object', - [doc]: 'Search plugin settings\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Configuration/Search-Plugins', + [doc]: 'Search plugin settings\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Search', type: { [type]: 'string', [doc]: 'Name of the search plugin', diff --git a/includes/specs/share.spec.js b/includes/specs/share.spec.js index df52712c4..34a143bbc 100644 --- a/includes/specs/share.spec.js +++ b/includes/specs/share.spec.js @@ -2,7 +2,7 @@ const { doc, type, defaultValue, required, requires } = require('../common/utils module.exports = { [type]: 'object', - [doc]: 'Share plugin settings\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Configuration/Share-Plugins', + [doc]: 'Share plugin settings\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Share', type: { [type]: 'string', [doc]: 'Share plugin name',