Skip to content

Commit

Permalink
Correct the doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
edentsai committed Apr 27, 2019
1 parent 1cbfe7c commit 0ea361b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/specs/comment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion includes/specs/search.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion includes/specs/share.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0ea361b

Please sign in to comment.