Skip to content

Commit 94e4c5c

Browse files
committed
moved to our domain
1 parent ae509ea commit 94e4c5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/components/Header.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<img src="/icons/logo.svg" class="invert-100 dark:invert-0" alt="logo" />
77
</NuxtLink>
88
<div class="space-x-4 flex items-center">
9-
<NuxtLink to="https://kinotic-foundation.github.io/structures/webdocs/guide/overview.html" class="text-gray-900 hover:text-gray-700 dark:text-gray-300">Guide</NuxtLink>
10-
<NuxtLink to="https://kinotic-foundation.github.io/structures/webdocs/reference/structures-config.html" class="text-gray-900 hover:text-gray-700 dark:text-gray-300">Reference</NuxtLink>
11-
<NuxtLink to="https://kinotic-foundation.github.io/structures/allure/index.html" class="text-gray-900 hover:text-gray-700 dark:text-gray-300">Test Status</NuxtLink>
9+
<NuxtLink to="https://structuresframework.org/structures/webdocs/guide/overview.html" class="text-gray-900 hover:text-gray-700 dark:text-gray-300">Guide</NuxtLink>
10+
<NuxtLink to="https://structuresframework.org/structures/webdocs/reference/structures-config.html" class="text-gray-900 hover:text-gray-700 dark:text-gray-300">Reference</NuxtLink>
11+
<NuxtLink to="https://structuresframework.org/structures/allure/index.html" class="text-gray-900 hover:text-gray-700 dark:text-gray-300">Test Status</NuxtLink>
1212
<NuxtLink to="https://github.com/Kinotic-Foundation/structures" class="text-gray-900 hover:text-gray-700 dark:text-gray-300 flex items-center gap-1">
1313
<img src="/icons/git.svg" alt="GitHub" class="w-5 h-5" />
1414
</NuxtLink>

0 commit comments

Comments
 (0)