From d16e4b7f69c7960ded4966abee7aed75cf59e28d Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 10 Oct 2019 13:44:48 -0400 Subject: [PATCH] Fix dmca report route example: https://lbry.com/dmca/116d62d14d8efc311e1f8a9de92dcbc17deb259a --- src/page/file/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/file/view.js b/src/page/file/view.js index 5600e8a..ea9d4c7 100644 --- a/src/page/file/view.js +++ b/src/page/file/view.js @@ -973,7 +973,7 @@ class FilePage extends React.PureComponent { style={[filePageStyle.actionButton, filePageStyle.reportButton]} theme={'light'} icon={'flag'} - onPress={() => Linking.openURL(`https://lbry.com/dmca?claim_id=${claim.claim_id}`)} + onPress={() => Linking.openURL(`https://lbry.com/dmca/${claim.claim_id}`)} />