We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d1d83 commit e465012Copy full SHA for e465012
1 file changed
src/components/ScreenLicense.vue
@@ -65,7 +65,12 @@ export default defineComponent({
65
const helpData = {
66
license: {
67
title: 'license',
68
- url: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#license',
+ 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
+ ],
74
description: 'The SPDX license identifier for the license under which the work is available.',
75
examples: [
76
'Apache-2.0',
0 commit comments