diff options
Diffstat (limited to 'xmake/core')
| -rw-r--r-- | xmake/core/base/option.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua index b4f09f43c..ff969bcae 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -840,8 +840,8 @@ function option.show_logo() -- define footer local footer = [[ - ${point_right} ${bright}Manual${clear}: ${underline}http://xmake.io/#/home${clear} - ${pray} ${bright}Donate${clear}: ${underline}http://xmake.io/pages/donation.html#donate${clear} + ${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/#/home${clear} + ${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/pages/donation.html#donate${clear} ]] -- show footer |
