diff options
| -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 fee465a53..b748d29f6 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -836,8 +836,8 @@ function option.show_logo() -- define footer local footer = [[ - ${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/#/home${clear} - ${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/pages/donation.html#donate${clear} + ${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/#/getting_started${clear} + ${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/#/sponsor${clear} ]] -- show footer |
