Skip to content

Commit

Permalink
Add doc links for v2022.3 (#681)
Browse files Browse the repository at this point in the history
Closes #652.
  • Loading branch information
matthew-white authored Dec 6, 2022
1 parent b9a19f3 commit 7d220fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/components/dataset/introduction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ except according to the terms contained in the LICENSE file.
<sentence-separator/>
<i18n-t keypath="getStarted.full">
<template #clickHere>
<!-- TODO. Specify the `to` prop. -->
<doc-link>{{ $t('getStarted.clickHere') }}</doc-link>
<doc-link to="central-datasets/">{{ $t('getStarted.clickHere') }}</doc-link>
</template>
</i18n-t>
</p>
Expand Down
3 changes: 1 addition & 2 deletions src/components/form-attachment/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ except according to the terms contained in the LICENSE file.
<sentence-separator/>
<i18n-t keypath="moreInfo.clickHere.full">
<template #clickHere>
<!-- TODO. Specify the `to` prop. -->
<doc-link>{{ $t('moreInfo.clickHere.clickHere') }}</doc-link>
<doc-link to="central-datasets/">{{ $t('moreInfo.clickHere.clickHere') }}</doc-link>
</template>
</i18n-t>
</p>
Expand Down

0 comments on commit 7d220fa

Please sign in to comment.