Skip to content

Commit e465012

Browse files
committed
fix url format for ScreenLicense
1 parent 31d1d83 commit e465012

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/ScreenLicense.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@ export default defineComponent({
6565
const helpData = {
6666
license: {
6767
title: 'license',
68-
url: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#license',
68+
url: [
69+
{
70+
text: 'Click here to see the documentation for license.',
71+
link: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#license'
72+
}
73+
],
6974
description: 'The SPDX license identifier for the license under which the work is available.',
7075
examples: [
7176
'Apache-2.0',

0 commit comments

Comments
 (0)