diff --git a/src/.vuepress/components/Bar.vue b/src/.vuepress/components/Bar.vue
index 258c01df7d430fdb7760b610a5a309b763cbd0a5..414a4dea1430f2a1e771935ed33fb55b15e0c57e 100644
--- a/src/.vuepress/components/Bar.vue
+++ b/src/.vuepress/components/Bar.vue
@@ -53,9 +53,10 @@
         <v-list-item
           v-for="(item, index) in editions"
           :key="index"
-          :to="item.to"
         >
-          <v-list-item-title>{{ item.title }}</v-list-item-title>
+          <a :href="item.to">
+            <v-list-item-title>{{ item.title }}</v-list-item-title>
+          </a>
         </v-list-item>
       </v-list>
     </v-menu>
@@ -89,8 +90,8 @@
   export default {
     data: () => ({
       editions: [
-        { title: 'Syriac Texts', to: '/' },
-        { title: 'Arabic and Kashuni Texts', to: '/' },
+        { title: 'Syriac Texts', to: 'https://ahikar-dev.sub.uni-goettingen.de/syriac' },
+        { title: 'Arabic and Kashuni Texts', to: 'https://ahikar-dev.sub.uni-goettingen.de/arabic-karshuni' },
       ],
       metaEdition: [
         { title: 'Manuscripts', to: '/manuscripts.html' },