Skip to content

Commit

Permalink
Fix/master content (#798)
Browse files Browse the repository at this point in the history
* HOTIFIX: search endpoint wasn't creating the right query

* Master update from content (#795)

* Update faq

* add linking (#754)

* fix missing buttons issue

* feat: CORE-4429 open pdf in new tab

* CORE-4429 babel config

* update dependencies

* [CORE-4431] docs-membership (#773)

* update dataset text

* CORE update api pdf file

* CORE-4458 update terms page (#784)

* update dataset text

* CORE-4458: update terms page

* temporary page

* [bugfix] Config babel/runtime

* Fix. Remove debug code (#794)

---------

Co-authored-by: mcancellieri <[email protected]>
Co-authored-by: ekachxaidze98 <[email protected]>
Co-authored-by: Eka <[email protected]>

---------

Co-authored-by: Matteo Cancellieri <[email protected]>
Co-authored-by: mcancellieri <[email protected]>
Co-authored-by: ekachxaidze98 <[email protected]>
Co-authored-by: Eka <[email protected]>
  • Loading branch information
5 people authored Feb 11, 2023
1 parent 8df06d6 commit f948647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/data-providers/utils/generate-form-message.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Link } from '@oacore/design'
import React from 'react'

const searchUrlFor = (id) => `https://core.ac.uk/search?q=repositories.id:${id}`
const searchUrlFor = (id) => `https://core.ac.uk/search?q=repositories.id:(${id})`

const HARVESTED_BY_CORE = 'https://core.ac.uk/faq#harvested-by-CORE-snippet'
const SUPPORT_EMAIL_URL = 'mailto:t%68%65t%65am%40core%2e%61c%2eu%6b'
Expand Down

0 comments on commit f948647

Please sign in to comment.