Fix wrong link (#655)

`categories/Donation` --> `categories/Plugins/Donation`
This commit is contained in:
Yikun Jiang 2020-03-28 11:42:23 +08:00 committed by GitHub
parent eb2d49bfe4
commit 9c3ad2b681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ const PatreonSpec = {
module.exports = {
[type]: 'array',
[doc]: 'Donation entries\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Donation/',
[doc]: 'Donation entries\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Donation',
[defaultValue]: DEFAULT_DONATE,
'*': {
[type]: 'object',
@ -69,4 +69,4 @@ module.exports = {
...PaypalSpec,
...PatreonSpec
}
}
}