Skip to content

Commit 3de3b09

Browse files
authored
chore: open docs link in new tab (#596)
1 parent 29f046e commit 3de3b09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/playground/webapp/www/home/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ <h2>Installation</h2>
9191
<div class="setup-wrapper">
9292
<h2>Read the Docs</h2>
9393
<div class="step align-vertically">
94-
<p>Documentation and tutorials about UI5 Web Components can be found &nbsp;</p>
95-
<a href="https://github.com/SAP/ui5-webcomponents/tree/master/docs">here</a>
94+
<p>Documentation and tutorials about UI5 Web Components can be found
95+
<a target="_blank" href="https://github.com/SAP/ui5-webcomponents/tree/master/docs">here</a>
96+
</p>
9697
</div>
9798
</div>
9899

0 commit comments

Comments
 (0)