Skip to content

Commit 251d53d

Browse files
committed
[mod] 앱 문서 링크 변경
1 parent 6f3fd19 commit 251d53d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/src/main/java/com/hyeeyoung/wishboard/presentation/my/screens/MyFragment.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,25 @@ class MyFragment : NetworkFragment<FragmentMyBinding>(R.layout.fragment_my) {
6161
}
6262
binding.howToUse.setOnClickListener {
6363
moveWebViewActivity(
64-
"https://hushed-bolt-fd4.notion.site/383c308f256f4f189b7c0b68a8f68d9f",
64+
"https://youngjinc.notion.site/1fb5fba5448941c7bac0dd72b1a51871?pvs=4",
6565
R.string.my_section_sub_title_how_to_use
6666
)
6767
}
6868
binding.terms.setOnClickListener {
6969
moveWebViewActivity(
70-
"${BuildConfig.BASE_URL}terms.html",
70+
"https://youngjinc.notion.site/f0e9dae6172b47659a9e01e55db8e2e3?pvs=4",
7171
R.string.my_section_sub_title_terms
7272
)
7373
}
7474
binding.personalInfo.setOnClickListener {
7575
moveWebViewActivity(
76-
"${BuildConfig.BASE_URL}privacy-policy.html",
76+
"https://youngjinc.notion.site/5c3da8efa7744e08a94d06fca2eecfc6?pvs=4",
7777
R.string.my_section_sub_title_personal_info
7878
)
7979
}
8080
binding.opensourceLicense.setOnClickListener {
8181
moveWebViewActivity(
82-
"https://hushed-bolt-fd4.notion.site/8fb33b8b0d7e47ae951abcac9ee4df12",
82+
"https://youngjinc.notion.site/48d95a3554074db8af829bf5af28c842?pvs=4",
8383
R.string.my_section_sub_title_opensource_license
8484
)
8585
}

app/src/main/java/com/hyeeyoung/wishboard/presentation/sign/screens/SignUpPasswordFragment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ class SignUpPasswordFragment :
5454
val clickableSpanTerms = object : ClickableSpan() {
5555
override fun onClick(widget: View) {
5656
moveWebViewActivity(
57-
"https://www.wishboard.xyz/terms.html",
57+
"https://youngjinc.notion.site/f0e9dae6172b47659a9e01e55db8e2e3?pvs=4",
5858
R.string.my_section_sub_title_terms
5959
)
6060
}
6161
}
6262
val clickableSpanPersonalInfo = object : ClickableSpan() {
6363
override fun onClick(widget: View) {
6464
moveWebViewActivity(
65-
"https://www.wishboard.xyz/privacy-policy.html",
65+
"https://youngjinc.notion.site/5c3da8efa7744e08a94d06fca2eecfc6?pvs=4",
6666
R.string.my_section_sub_title_personal_info
6767
)
6868
}

0 commit comments

Comments
 (0)