diff --git a/app/src/component/phoneNumberRewardSubcard/view.js b/app/src/component/phoneNumberRewardSubcard/view.js index 96f3a55a..d18bb6cb 100644 --- a/app/src/component/phoneNumberRewardSubcard/view.js +++ b/app/src/component/phoneNumberRewardSubcard/view.js @@ -213,7 +213,7 @@ class PhoneNumberRewardSubcard extends React.PureComponent { {this.state.phoneVerifyFailed && <View style={rewardStyle.failureFootnote}> <Text style={rewardStyle.subcardText}> - Sorry, we were unable to verify your phone number. Please go to <Link style={rewardStyle.textLink} href="http://chat.lbry.io" text="chat.lbry.io" /> for manual verification if this keeps happening. + Sorry, we were unable to verify your phone number. Please go to <Link style={rewardStyle.textLink} href="http://chat.lbry.com" text="chat.lbry.com" /> for manual verification if this keeps happening. </Text> </View>} </View> diff --git a/app/src/component/rewardCard/view.js b/app/src/component/rewardCard/view.js index 18679852..821257fe 100644 --- a/app/src/component/rewardCard/view.js +++ b/app/src/component/rewardCard/view.js @@ -83,7 +83,7 @@ class RewardCard extends React.PureComponent<Props> { <Text style={rewardStyle.rewardTitle}>{reward.reward_title}</Text> <Text style={rewardStyle.rewardDescription}>{reward.reward_description}</Text> {claimed && <Link style={rewardStyle.link} - href={`https://explorer.lbry.io/tx/${reward.transaction_id}`} + href={`https://explorer.lbry.com/tx/${reward.transaction_id}`} text={reward.transaction_id.substring(0, 7)} error={'The transaction URL could not be opened'} />} </View> diff --git a/app/src/component/transactionList/internal/transaction-list-item.js b/app/src/component/transactionList/internal/transaction-list-item.js index 7877808d..ff6382ac 100644 --- a/app/src/component/transactionList/internal/transaction-list-item.js +++ b/app/src/component/transactionList/internal/transaction-list-item.js @@ -37,7 +37,7 @@ class TransactionListItem extends React.PureComponent { <View style={transactionListStyle.col}> <Link style={transactionListStyle.smallLink} text={txid.substring(0, 8)} - href={`https://explorer.lbry.io/tx/${txid}`} + href={`https://explorer.lbry.com/tx/${txid}`} error={'The transaction URL could not be opened'} /> </View> <View style={transactionListStyle.col}> diff --git a/app/src/page/about/view.js b/app/src/page/about/view.js index 3889bebe..d662772d 100644 --- a/app/src/page/about/view.js +++ b/app/src/page/about/view.js @@ -52,9 +52,9 @@ class AboutPage extends React.PureComponent { digital content they are interested in. </Text> <View style={aboutStyle.links}> - <Link style={aboutStyle.link} href="https://lbry.io/faq/what-is-lbry" text="What is LBRY?" /> - <Link style={aboutStyle.link} href="https://lbry.io/faq/android-basics" text="Android App Basics" /> - <Link style={aboutStyle.link} href="https://lbry.io/faq" text="Frequently Asked Questions" /> + <Link style={aboutStyle.link} href="https://lbry.com/faq/what-is-lbry" text="What is LBRY?" /> + <Link style={aboutStyle.link} href="https://lbry.com/faq/android-basics" text="Android App Basics" /> + <Link style={aboutStyle.link} href="https://lbry.com/faq" text="Frequently Asked Questions" /> </View> <Text style={aboutStyle.socialTitle}>Get Social</Text> <Text style={aboutStyle.paragraph}> @@ -78,7 +78,7 @@ class AboutPage extends React.PureComponent { <View> <Link style={aboutStyle.listLink} - href={`http://lbry.io/list/edit/${accessToken}`} + href={`http://lbry.com/list/edit/${accessToken}`} text="Update mailing preferences" /> </View> </View>} diff --git a/app/src/page/file/view.js b/app/src/page/file/view.js index e62bf355..cc58aeca 100644 --- a/app/src/page/file/view.js +++ b/app/src/page/file/view.js @@ -414,7 +414,7 @@ class FilePage extends React.PureComponent { <Text style={filePageStyle.dmcaText}> In response to a complaint we received under the US Digital Millennium Copyright Act, we have blocked access to this content from our applications. </Text> - <Link style={filePageStyle.dmcaLink} href="https://lbry.io/faq/dmca" text="Read More" /> + <Link style={filePageStyle.dmcaLink} href="https://lbry.com/faq/dmca" text="Read More" /> </View> <UriBar value={uri} navigation={navigation} /> </View> diff --git a/app/src/page/splash/view.js b/app/src/page/splash/view.js index acdfbe2f..defbbf0d 100644 --- a/app/src/page/splash/view.js +++ b/app/src/page/splash/view.js @@ -229,7 +229,7 @@ class SplashScreen extends React.PureComponent { isLagging: true, message: 'Connection Failure', details: - 'We could not establish a connection to the daemon. Your data connection may be preventing LBRY from connecting. Contact hello@lbry.io if you think this is a software bug.' + 'We could not establish a connection to the daemon. Your data connection may be preventing LBRY from connecting. Contact hello@lbry.com if you think this is a software bug.' }); }); } diff --git a/app/src/page/wallet/view.js b/app/src/page/wallet/view.js index 42e05941..6eda3345 100644 --- a/app/src/page/wallet/view.js +++ b/app/src/page/wallet/view.js @@ -39,7 +39,7 @@ class WalletPage extends React.PureComponent { <ScrollView keyboardShouldPersistTaps={'handled'}> <View style={walletStyle.warningCard}> <Text style={walletStyle.warningText}> - Please backup your wallet file using the instructions at <Link style={walletStyle.warningText} text="https://lbry.io/faq/how-to-backup-wallet#android" href="https://lbry.io/faq/how-to-backup-wallet#android" />. + Please backup your wallet file using the instructions at <Link style={walletStyle.warningText} text="https://lbry.com/faq/how-to-backup-wallet#android" href="https://lbry.com/faq/how-to-backup-wallet#android" />. </Text> </View> diff --git a/app/src/redux/actions/file.js b/app/src/redux/actions/file.js index be7e09b6..d39de12d 100644 --- a/app/src/redux/actions/file.js +++ b/app/src/redux/actions/file.js @@ -221,7 +221,7 @@ export function doLoadVideo(uri, failureCallback) { }); dispatch(doToast({ - message: `Failed to download ${uri}, please try again. If this problem persists, visit https://lbry.io/faq/support for support.`, + message: `Failed to download ${uri}, please try again. If this problem persists, visit https://lbry.com/faq/support for support.`, })); if (failureCallback) {