Skip to content

Commit

Permalink
fix granule raw xml link
Browse files Browse the repository at this point in the history
  • Loading branch information
YangusKhan committed Feb 10, 2021
1 parent 1b6507d commit 2c95adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/results/granules/GranuleItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function GranuleItem(props){
const xmlLink = (
<a
href={
getApiRegistryPath() + '/metadata/collection/' + itemId + '/raw/xml'
getApiRegistryPath() + '/metadata/granule/' + itemId + '/raw/xml'
}
target={'_blank'}
>
Expand Down

0 comments on commit 2c95adb

Please sign in to comment.