diff --git a/templates/output/update/index.jsx b/templates/output/update/index.jsx index 435b7f5..0aa3a1d 100644 --- a/templates/output/update/index.jsx +++ b/templates/output/update/index.jsx @@ -1,5 +1,5 @@ import React from 'react' -import { Link, Button, TextField, Form } from '@oacore/design/lib' +import { Button, Form, Link, TextField } from '@oacore/design/lib' import classNames from '@oacore/design/lib/utils/class-names' import { useReportController } from '../hooks' @@ -113,7 +113,8 @@ const UpdateTemplate = observe(() => {

Please note that the form does not accept links which start with - "https://core.ac.uk/search". + "https://core.ac.uk/search" and + "https://core.ac.uk/works".

diff --git a/templates/output/update/links.jsx b/templates/output/update/links.jsx index 5e3060c..cc9e28a 100644 --- a/templates/output/update/links.jsx +++ b/templates/output/update/links.jsx @@ -12,7 +12,7 @@ const links = [ { id: 2, label: 'A fulltext URL', - link: 'https://core.ac.uk/download/pdf/82976757.pdf ', + link: 'https://core.ac.uk/download/82976757.pdf ', }, ]