Skip to content

Commit

Permalink
fix: update url on cta in features section
Browse files Browse the repository at this point in the history
  • Loading branch information
svvimming committed Sep 8, 2023
1 parent 15a9126 commit aa5d35c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/blocks/text-block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
:tag="cta.tag"
:to="cta.to"
:theme="cta.theme"
:target="cta.target"
:variant="ctaVariant || cta.variant"
:disabled="cta.disabled">
{{ cta.text }}
Expand Down
3 changes: 2 additions & 1 deletion content/core/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@
"theme": "secondary",
"tag": "a",
"text": "View documentation",
"to": "https://data-programs.gitbook.io/singularity/cli-reference/cli-reference"
"target": "_blank",
"to": "https://data-programs.gitbook.io/singularity/installation/install-from-source"
}
]
}
Expand Down

0 comments on commit aa5d35c

Please sign in to comment.