diff --git a/README.md b/README.md index 1d5201d5..ba0cbab4 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,5 @@ Leave. Terms and Conditions: https://sadellie.github.io/unitto/terms Privacy Policy: https://sadellie.github.io/unitto/privacy + +FAQ: https://sadellie.github.io/unitto/faq diff --git a/feature/timezone/src/main/java/com/sadellie/unitto/feature/timezone/AddTimeZoneScreen.kt b/feature/timezone/src/main/java/com/sadellie/unitto/feature/timezone/AddTimeZoneScreen.kt index 1ce81369..4228fca4 100644 --- a/feature/timezone/src/main/java/com/sadellie/unitto/feature/timezone/AddTimeZoneScreen.kt +++ b/feature/timezone/src/main/java/com/sadellie/unitto/feature/timezone/AddTimeZoneScreen.kt @@ -110,7 +110,7 @@ fun AddTimeZoneScreen( ) { empty -> if (empty) { SearchPlaceholder( - onButtonClick = { openLink(mContext, "https://github.com/sadellie/unitto/wiki/Adding-more-time-zones") }, + onButtonClick = { openLink(mContext, "https://sadellie.github.io/unitto/faq#add-time-zones") }, supportText = stringResource(R.string.time_zone_no_results_support), buttonLabel = stringResource(R.string.time_zone_no_results_button), )