fix: replace link to new git repo

This commit is contained in:
鲁树人
2025-09-03 21:19:37 +09:00
parent bbb557eafd
commit 27c33a7d20
7 changed files with 28 additions and 28 deletions

View File

@@ -9,31 +9,31 @@ export function FAQAboutProject() {
<Header3 id="failed">um-react </Header3>
<p>
um-react
<a className="mx-1 link link-info" href="https://git.unlock-music.dev/um">
<a className="mx-1 link link-info" href="https://git.um-react.app/um">
Unlock Music
</a>
React 使
<a className="mx-1 link link-info" href="https://git.unlock-music.dev/um/um-react/src/branch/main/LICENSE">
<a className="mx-1 link link-info" href="https://git.um-react.app/um/um-react/src/branch/main/LICENSE">
MIT
</a>
</p>
<p>
<FaRust className="inline" />
<a className="mx-1 link link-info" href="https://git.unlock-music.dev/um/lib_um_crypto_rust">
<a className="mx-1 link link-info" href="https://git.um-react.app/um/lib_um_crypto_rust">
<code>lib_um_crypto_rust</code>
</a>
使
<a
className="mx-1 link link-info"
href="https://git.unlock-music.dev/um/lib_um_crypto_rust/src/branch/main/LICENSE_MIT"
href="https://git.um-react.app/um/lib_um_crypto_rust/src/branch/main/LICENSE_MIT"
>
MIT
</a>
+
<a
className="mx-1 link link-info"
href="https://git.unlock-music.dev/um/lib_um_crypto_rust/src/branch/main/LICENSE_APACHE"
href="https://git.um-react.app/um/lib_um_crypto_rust/src/branch/main/LICENSE_APACHE"
>
Apache
</a>