Skip to content

Commit 31d1d83

Browse files
committed
fix url format for ScreenKeywords
1 parent d1dbb59 commit 31d1d83

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/ScreenKeywords.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,12 @@ export default defineComponent({
123123
const helpData = {
124124
keywords: {
125125
title: 'keywords',
126-
url: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#keywords',
126+
url: [
127+
{
128+
text: 'Click here to see the documentation for keywords.',
129+
link: 'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md#keywords'
130+
}
131+
],
127132
description: 'Keywords that describe the work.',
128133
examples: [
129134
'keyword',

0 commit comments

Comments
 (0)