Skip to content

Commit a8f7e36

Browse files
committed
chore(docs): open links in new tab
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
1 parent b9c9cd9 commit a8f7e36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Before you strap in, make sure you're equipped with:
2929
Try out the sandbox starter templates for Vue Flow in JavaScript and TypeScript and get a feel for the library.
3030

3131
<div class="flex flex-col gap-4 md:flex-row md:gap-8">
32-
<a href="https://new.vueflow.dev/js" class="flex-1 !no-underline">
32+
<a href="https://new.vueflow.dev/js" target="_blank" class="flex-1 !no-underline">
3333
<div class="flex items-center gap-4 p-4 rounded-lg border-1 border-primary dark:bg-secondary">
3434
<LogosJavascript class="text-accent text-2xl" />
3535
<h3 class="!m-0 font-semibold">new.vueflow.dev/js</h3>
3636
</div>
3737
</a>
38-
<a href="https://new.vueflow.dev/ts" class="flex-1 !no-underline">
38+
<a href="https://new.vueflow.dev/ts" target="_blank" class="flex-1 !no-underline">
3939
<div class="flex items-center gap-4 p-4 rounded-lg shadow-md border-1 border-primary dark:bg-secondary">
4040
<LogosTypescript class="text-accent text-2xl" />
4141
<h3 class="!m-0 font-semibold">new.vueflow.dev/ts</h3>

docs/src/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ transforming your creations into engaging platforms.
3838
Try out the sandbox starter templates for Vue Flow in JavaScript and TypeScript and get a feel for the library.
3939

4040
<div class="flex flex-col gap-4 md:flex-row md:gap-8">
41-
<a href="https://new.vueflow.dev/js" class="flex-1 !no-underline">
41+
<a href="https://new.vueflow.dev/js" target="_blank" class="flex-1 !no-underline">
4242
<div class="flex items-center gap-4 p-4 rounded-lg border-1 border-primary dark:bg-secondary">
4343
<LogosJavascript class="text-accent text-2xl" />
4444
<h3 class="!m-0 font-semibold">new.vueflow.dev/js</h3>
4545
</div>
4646
</a>
47-
<a href="https://new.vueflow.dev/ts" class="flex-1 !no-underline">
47+
<a href="https://new.vueflow.dev/ts" target="_blank" class="flex-1 !no-underline">
4848
<div class="flex items-center gap-4 p-4 rounded-lg shadow-md border-1 border-primary dark:bg-secondary">
4949
<LogosTypescript class="text-accent text-2xl" />
5050
<h3 class="!m-0 font-semibold">new.vueflow.dev/ts</h3>

0 commit comments

Comments
 (0)