From 162ac46dd51223f3e2cfae55f428a043fc526425 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:38:46 +0000 Subject: [PATCH] update --- docs/.vitepress/config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index a56c017..7afd8f9 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -171,7 +171,7 @@ export default defineConfig({ // { text: 'Designtime, Runtime', link: '/advanced/technical/designtime' }, // { text: 'Draft, REST', link: '/advanced/technical/rest' }, // { text: 'Deployment, abapGit', link: '/advanced/technical/abapgit' }, - { text: 'RTTI', link: '/advanced/technical/rtti' }, + { text: 'RTTI', link: '/advanced/technical/srtti' }, { text: 'Linting', link: '/advanced/technical/linting' }, { text: 'open-abap', link: '/advanced/technical/open_abap' }, ]