Skip to content

Commit ad353b5

Browse files
committed
Added target _blank Parameter to Link
1 parent ae21287 commit ad353b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<div class="container">
6161
<h1>Hello Developer!</h1>
6262
<br>
63-
<p>Welcome to my simple Kotlin Api Example build with Ktor. For tutorial have a look at my <a href="https://github.com/jakkoble/KotlinApiExample/">commented Source Code</a>.</p>
63+
<p>Welcome to my simple Kotlin Api Example build with Ktor. For tutorial have a look at my <a href="https://github.com/jakkoble/KotlinApiExample/" target="_blank">commented Source Code</a>.</p>
6464
<br>
6565
<div class="button-area">
6666
<button id="put" onclick="sendRequest('POST')">Add a Cherry</button>

0 commit comments

Comments
 (0)