Skip to content

Commit 7d13837

Browse files
committed
chore: Update links
1 parent 655fa54 commit 7d13837

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This is another total revised version for the Aruna website. Powered by [Vue 3](
44

55
This version is intended to be used with version **2.x.x** of Aruna, so to start a local test instance, you need a running Aruna instance and a running API Gateway to translate the RESTful http calls into native gRPC for the Aruna server.
66

7-
1. How to start a local Aruna instance is described in the [Getting started instructions of the Aruna main repository](https://github.com/ArunaStorage/aruna?tab=readme-ov-file#getting-started) which guides you through the individual steps.
7+
1. How to start a local Aruna instance is described in the [Getting started instructions of the Aruna main repository](https://github.com/arunaengine/aruna?tab=readme-ov-file#getting-started) which guides you through the individual steps.
88

9-
2. How to start the Aruna API-Gateway for a local instance is described in the [Configuration parameters section of the API-Gateway repository](https://github.com/ArunaStorage/grpc-gateway?tab=readme-ov-file#configuration-parameters).
9+
2. How to start the Aruna API-Gateway for a local instance is described in the [Configuration parameters section of the API-Gateway repository](https://github.com/arunaengine/grpc-gateway?tab=readme-ov-file#configuration-parameters).
1010

1111
## Website Setup
1212

components/custom-ui/frontpage/FeaturesGeneral.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {IconBook, IconAdjustmentsCog, IconBrandOpenSource, IconChevronRight} fro
88
<!-- Icon Block -->
99
<NuxtLink class="group flex flex-col justify-center rounded-md p-4 md:p-7 transition-all ease-in-out delay-50 duration-500 focus:scale-105 hover:scale-105 hover:bg-aruna-fg focus:outline-none focus:ring-1 focus:ring-aruna-highlight"
1010
target="_blank"
11-
to="https://github.com/ArunaStorage/aruna/tree/main?tab=readme-ov-file#license">
11+
to="https://github.com/arunaengine/aruna/tree/main?tab=readme-ov-file#license">
1212
<div class="flex px-4 py-1 justify-center items-center mx-auto text-aruna-highlight rounded-md border border-aruna-highlight">
1313
<IconBrandOpenSource class="flex-shrink-0 size-20"/>
1414
</div>
@@ -30,7 +30,7 @@ import {IconBook, IconAdjustmentsCog, IconBrandOpenSource, IconChevronRight} fro
3030
<!-- Icon Block -->
3131
<NuxtLink class="group flex flex-col justify-center rounded-md p-4 md:p-7 transition-all ease-in-out delay-50 duration-500 focus:scale-105 hover:scale-105 hover:bg-aruna-fg focus:outline-none focus:ring-1 focus:ring-aruna-highlight"
3232
target="_blank"
33-
to="https://github.com/ArunaStorage/aruna?tab=readme-ov-file#getting-started">
33+
to="https://github.com/arunaengine/aruna?tab=readme-ov-file#getting-started">
3434
<div class="flex px-4 py-1 justify-center items-center mx-auto text-aruna-highlight rounded-md border border-aruna-highlight">
3535
<IconAdjustmentsCog class="flex-shrink-0 size-20"/>
3636
</div>
@@ -51,7 +51,7 @@ import {IconBook, IconAdjustmentsCog, IconBrandOpenSource, IconChevronRight} fro
5151

5252
<!-- Icon Block -->
5353
<NuxtLink class="group flex flex-col justify-center rounded-md p-4 md:p-7 transition-all ease-in-out delay-50 duration-500 focus:scale-105 hover:scale-105 hover:bg-aruna-fg focus:outline-none focus:ring-1 focus:ring-aruna-highlight"
54-
href="https://arunastorage.github.io/documentation/latest"
54+
href="https://docs.aruna-engine.org/latest"
5555
target="_blank">
5656
<div class="flex px-4 py-1 justify-center items-center mx-auto text-aruna-highlight rounded-md border border-aruna-highlight">
5757
<!--<IconBook class="flex-shrink-0 size-20"/>-->

components/custom-ui/frontpage/Hero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414
<div class="mt-10 flex flex-col sm:flex-row items-center justify-center gap-x-6 gap-y-6">
1515
<a class="py-3 px-4 inline-flex justify-center items-center text-lg font-semibold bg-transparent border border-aruna-highlight rounded-sm text-aruna-highlight hover:text-aruna-text-accent hover:bg-aruna-highlight disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-1 focus:ring-aruna-highlight"
16-
href="https://arunastorage.github.io/documentation/latest/get_started/basic_usage/01_Get-Storage-Access/"
16+
href="https://docs.aruna-engine.org/latest/get_started/basic_usage/01_Get-Storage-Access/"
1717
target="_blank">
1818
Get Started
1919
</a>

components/footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {IconBrandGithub} from "@tabler/icons-vue";
3838
<!-- Social Brands -->
3939
<div class="md:text-end space-x-2">
4040
<a target="_blank"
41-
href="https://github.com/ArunaStorage"
41+
href="https://github.com/arunaengine"
4242
class="size-8 inline-flex justify-center items-center gap-x-2 text-sm font-semibold rounded-full border border-aruna-text-accent text-aruna-text-accent hover:text-aruna-highlight hover:border-aruna-highlight disabled:opacity-50 disabled:pointer-events-none focus:outline-none focus:ring-2 focus:ring-aruna-700">
4343
<IconBrandGithub class="flex-shrink-0 size-4"/>
4444
</a>

components/navigation/sidebar.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,22 +115,22 @@ function closeSidebar() {
115115
class="hs-accordion-content w-full overflow-hidden transition-[height] duration-300 hidden">
116116
<ul class="pt-2 ps-2">
117117
<li>
118-
<NuxtLink to="https://github.com/ArunaStorage/api"
118+
<NuxtLink to="https://github.com/arunaengine/api"
119119
target="_blank"
120120
class="flex items-center gap-x-2 py-2 px-4 text-sm text-aruna-text-accent rounded-md hover:bg-aruna-fg">
121121
API
122122
</NuxtLink>
123123
</li>
124124
<li>
125-
<NuxtLink to="https://arunastorage.github.io/documentation/latest/get_started/basic_usage/00_index/"
125+
<NuxtLink to="https://docs.aruna-engine.org/latest/get_started/basic_usage/00_index/"
126126
target="_blank"
127127
class="flex items-center gap-x-2 py-2 px-4 text-sm text-aruna-text-accent rounded-md hover:bg-aruna-fg">
128128
Getting Started
129129
</NuxtLink>
130130
</li>
131131
<li>
132132
<NuxtLink
133-
to="https://arunastorage.github.io/documentation/latest/internal_data_structure/internal_data_structure/"
133+
to="https://docs.aruna-engine.org/latest/internal_data_structure/internal_data_structure/"
134134
target="_blank"
135135
class="flex items-center gap-x-2 py-2 px-4 text-sm text-aruna-text-accent rounded-md hover:bg-aruna-fg">
136136
Data Structure
@@ -140,7 +140,7 @@ function closeSidebar() {
140140
</div>
141141
</li>
142142
<li class="">
143-
<NuxtLink to="https://github.com/ArunaStorage"
143+
<NuxtLink to="https://github.com/arunaengine"
144144
target="_blank"
145145
class="flex items-center gap-x-2 py-2 px-3 rounded-md cursor-pointer text-sm text-aruna-text-accent hover:bg-aruna-fg focus:outline-none focus:ring-1 focus:ring-aruna-highlight">
146146
<IconBrandGithub class="flex-shrink-0 size-4"/>

components/navigation/top.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ onMounted(() => forceRefresh.value += 1);
5151

5252
<div
5353
class="hs-dropdown-menu transition-[opacity,margin] duration-[0.1ms] sm:duration-[150ms] hs-dropdown-open:opacity-100 opacity-0 sm:w-48 z-10 sm:shadow-md rounded-md p-2 bg-aruna-bg/90 border-aruna-text/50 divide-aruna-text/50 before:absolute top-full sm:border before:-top-5 before:start-0 before:w-full before:h-5 hidden">
54-
<NuxtLink href="https://github.com/ArunaStorage/api"
54+
<NuxtLink href="https://github.com/arunaengine/api"
5555
class="flex items-center gap-x-3.5 py-2 px-3 rounded-md text-sm text-aruna-text hover:bg-aruna-fg focus:ring-1 focus:ring-aruna-highlight"
5656
target="_blank" >
5757
API
5858
</NuxtLink>
59-
<NuxtLink href="https://arunastorage.github.io/documentation/latest/get_started/basic_usage/00_index/"
59+
<NuxtLink href="https://docs.aruna-engine.org/latest/get_started/basic_usage/00_index/"
6060
class="flex items-center gap-x-3.5 py-2 px-3 rounded-md text-sm text-aruna-text hover:bg-aruna-fg focus:ring-1 focus:ring-aruna-highlight"
6161
target="_blank">
6262
Getting Started
6363
</NuxtLink>
64-
<NuxtLink href="https://arunastorage.github.io/documentation/latest/internal_data_structure/internal_data_structure/"
64+
<NuxtLink href="https://docs.aruna-engine.org/latest/internal_data_structure/internal_data_structure/"
6565
class="flex items-center gap-x-3.5 py-2 px-3 rounded-md text-sm text-aruna-text hover:bg-aruna-fg focus:ring-1 focus:ring-aruna-highlight"
6666
target="_blank">
6767
Data Structure
@@ -70,7 +70,7 @@ onMounted(() => forceRefresh.value += 1);
7070
</div>
7171
<!-- Dropdown End -->
7272

73-
<NuxtLink href="https://github.com/ArunaStorage"
73+
<NuxtLink href="https://github.com/arunaengine"
7474
class="font-medium text-aruna-text-accent hover:text-aruna-highlight focus:outline-none focus:ring-1 focus:ring-aruna-highlight"
7575
target="_blank">
7676
<IconBrandGithub class="flex-shrink-0 align-middle w-5 h-auto me-2 inline-block" />

pages/explore.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ onMounted(async () => await queryResources(true));
242242
<div class="mt-2 text-sm text-aruna-text">
243243
The currently available parameters to create custom filters can be
244244
looked up in the
245-
<NuxtLink to="https://arunastorage.github.io/documentation/latest/get_started/basic_usage/12_How-To-Search/"
245+
<NuxtLink to="https://docs.aruna-engine.org/latest/get_started/basic_usage/12_How-To-Search/"
246246
rel="noreferrer"
247247
target="_blank"
248248
class="text-aruna-highlight hover:text-aruna-highlight/80">

0 commit comments

Comments
 (0)