Skip to content

Commit

Permalink
CORE: add link (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Nov 12, 2024
1 parent 1ef382f commit 16a5d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/search-result/search-result.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ const SearchResult = ({
<Link
href={
renderRedirectLink || renderKeys
? `//core.ac.uk/data-providers/${dataProvider.id}?t=${searchId}-${workId}`
: `//core.ac.uk/data-providers/${dataProvider.id}`
? `/data-providers/${dataProvider.id}?t=${searchId}-${workId}`
: `/data-providers/${dataProvider.id}`
}
className={styles.repositoryLink}
>
Expand Down

0 comments on commit 16a5d3c

Please sign in to comment.