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}`)} />