From abfab10c79a1bc3ad5f5e990adcf2407ae8c71b9 Mon Sep 17 00:00:00 2001 From: ManikanthDindigala <dindigala@sub.uni-goettingen.de> Date: Mon, 18 Oct 2021 09:41:38 +0200 Subject: [PATCH] fix: url spelling correction. --- src/.vuepress/components/Bar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/components/Bar.vue b/src/.vuepress/components/Bar.vue index 60fb49e..24fccba 100644 --- a/src/.vuepress/components/Bar.vue +++ b/src/.vuepress/components/Bar.vue @@ -134,7 +134,7 @@ export default { { title: 'Related Literature', to: '/relatedliterature.html' }, ], translations: [ - { title: 'Translation of the Syriac version', to: '/syriacranslation.html' }, + { title: 'Translation of the Syriac version', to: '/syriactranslation.html' }, { title: 'Translation of the Arabic version', to: '/arabictranslation.html' }, ], project: [ -- GitLab