Skip to content

Commit

Permalink
fix(matrix) fix support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
smallteeths committed Sep 18, 2024
1 parent 9444e29 commit 6fb5963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
{{#banner-message color="bg-warning"}}
<p>
{{t "clusterNew.tencenttke.version.warning" version=config.clusterVersion}}
<a href="https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-7-5/" target="_blank">{{t "clusterNew.tencenttke.version.warningTip"}}</a>
<a href="https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/" target="_blank">{{t "clusterNew.tencenttke.version.warningTip"}}</a>
</p>
{{/banner-message}}
{{/if}}
Expand Down

0 comments on commit 6fb5963

Please sign in to comment.