From bd2fb781e054ed36362b6c62630567f5825ceab2 Mon Sep 17 00:00:00 2001 From: Eka Date: Tue, 28 Nov 2023 13:08:08 +0400 Subject: [PATCH] update url --- templates/output/update/index.jsx | 5 +++-- templates/output/update/links.jsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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 ', }, ]