Skip to content

Commit bdd5f9c

Browse files
authored
Merge pull request #43269 from Gauravpadam/hyperlink-i18nStr
Added github repository hyperlink to feedback strings
2 parents 9267703 + 6296f46 commit bdd5f9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/i18n/en/en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ other = "Workload"
265265
other = "suggest an improvement"
266266

267267
[layouts_docs_partials_feedback_issue]
268-
other = "Open an issue in the GitHub repo if you want to "
268+
other = """Open an issue in the [GitHub Repository](https://www.github.com/kubernetes/website/) if you want to """
269269

270270
[layouts_docs_partials_feedback_or]
271271
other = "or"

layouts/partials/feedback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>{{ T "feedback_heading" }}</h2>
99
<a target="_blank" rel="noopener"
1010
href="https://stackoverflow.com/questions/tagged/kubernetes">
1111
Stack Overflow</a>.
12-
{{ T "layouts_docs_partials_feedback_issue" }}
12+
{{ T "layouts_docs_partials_feedback_issue" | markdownify }}
1313
<a class="feedback--link" target="_blank" rel="noopener"
1414
href="https://github.com/kubernetes/website/issues/new?title=Issue%20with%20k8s.io">
1515
{{ T "layouts_docs_partials_feedback_problem" }}</a>

0 commit comments

Comments
 (0)