Skip to content

Commit f7f5c23

Browse files
committed
refactor: use community.dbplay.app
1 parent 02d4918 commit f7f5c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/(app)/materials/_components/points/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function PointCalculateRules() {
5454
回報問題和提供系統意見,根據重要性可以獲得 <strong>25 點</strong><strong>50 點</strong> 不等的點數。
5555
</li>
5656
<li>
57-
<a href="https://github.com/database-playground" target="_blank">GitHub</a>{" "}
57+
<a href="https://community.dbplay.app/github" target="_blank">GitHub</a>{" "}
5858
以 PR 形式貢獻程式碼並獲得接受,可以獲得 <strong>100 點</strong> 到超過 <strong>250 點</strong> 的點數。
5959
</li>
6060
</ul>

app/login/_components/github-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function GithubLink() {
66
<TooltipTrigger>
77
<a
88
className="flex items-center gap-2"
9-
href="https://github.com/database-playground"
9+
href="https://community.dbplay.app/github"
1010
target="_blank"
1111
>
1212
<svg

0 commit comments

Comments
 (0)