diff options
| author | ruki <[email protected]> | 2019-06-24 23:40:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-24 16:01:19 +0800 |
| commit | 0dac0aec2688530d675d00df0debcd88226ff875 (patch) | |
| tree | 7d0049ae970a81748f7f86d1bbe265406a091827 | |
| parent | 4c355fb52244fe54585fa1f73234fa1b820e0ebb (diff) | |
modify logo footer for new doc links
| -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 |
