Skip to content

Commit

Permalink
fix: theme update check url
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonjiang committed Mar 30, 2023
1 parent 134efab commit bd12b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/theme-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function replace_gravatar_url($avatar)

// 主题更新检测
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
'https://cdn.jsdelivr.net/gh/seatonjiang/kratos@main/inc/update-checker/update.json',
'https://cdn.jsdelivr.net/gh/seatonjiang/kratos/inc/update-checker/update.json',
get_template_directory() . '/functions.php',
'Kratos'
);
Expand Down

0 comments on commit bd12b16

Please sign in to comment.