diff options
| author | ruki <[email protected]> | 2025-07-13 22:58:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-13 22:58:54 +0800 |
| commit | e9a4a3c8b1cbfaddc8bebd0215d8829a6df2ee5d (patch) | |
| tree | f1ea3384c55b587d96fcc751afecd169e2202b4a /xmake/core/base/option.lua | |
| parent | bb92f25e6b397b5518b2a3f1d2e7a2b392d13ef2 (diff) | |
fix links
Diffstat (limited to 'xmake/core/base/option.lua')
| -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 3fcb3f3ec..28732e1cb 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -503,8 +503,8 @@ function option.show_logo(logo, opt) -- define footer local footer = [[ - ${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/#/getting_started${clear} - ${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/#/sponsor${clear} + ${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/guide/quick-start${clear} + ${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/about/sponsor${clear} ]] -- show footer |
