From 662dc298f1a810facc447b0cbc043453611c61d8 Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Thu, 28 Dec 2023 18:49:44 +0300 Subject: [PATCH] fix navigation urls --- en/toc.yaml | 4 ++-- ru/toc.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/toc.yaml b/en/toc.yaml index 0872d64..c5815e5 100644 --- a/en/toc.yaml +++ b/en/toc.yaml @@ -11,10 +11,10 @@ navigation: leftItems: - text: 'How it works' type: 'link' - url: '../how-to/' + url: '../../how-to/' - text: 'Documentation' type: 'link' - url: '../docs/en/' + url: '../../docs/en/' - text: 'Github' type: 'link' url: 'https://github.com/diplodoc-platform/' diff --git a/ru/toc.yaml b/ru/toc.yaml index 382bbf2..7f32ee5 100644 --- a/ru/toc.yaml +++ b/ru/toc.yaml @@ -11,10 +11,10 @@ navigation: leftItems: - text: 'Как все устроено' type: 'link' - url: '../how-to/' + url: '../../how-to/' - text: 'Документация' type: 'link' - url: '../docs/ru/' + url: '../../docs/ru/' - text: 'Тelegram' type: 'link' url: 'https://t.me/diplodoc_ru'