From 9c3ad2b68102021c186e897fff4ba7a80d3238b3 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Sat, 28 Mar 2020 11:42:23 +0800 Subject: [PATCH] Fix wrong link (#655) `categories/Donation` --> `categories/Plugins/Donation` --- includes/specs/donate.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/specs/donate.spec.js b/includes/specs/donate.spec.js index d32a68e..71ca61d 100644 --- a/includes/specs/donate.spec.js +++ b/includes/specs/donate.spec.js @@ -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 } -} \ No newline at end of file +}