From 1d97507fdecb4260919bd3c769a44bf2262dff42 Mon Sep 17 00:00:00 2001 From: cdesai Date: Wed, 15 Jan 2025 10:12:30 -0800 Subject: [PATCH] Broken links fix for docs --- docs/site/src/content/docs/authoring/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/src/content/docs/authoring/index.mdx b/docs/site/src/content/docs/authoring/index.mdx index c2bf5b653..0e464ea3b 100644 --- a/docs/site/src/content/docs/authoring/index.mdx +++ b/docs/site/src/content/docs/authoring/index.mdx @@ -161,11 +161,11 @@ const stringWithExp = `Some expr: ${myExpression}`; // 'Some expr: @[foo()]@' ### View -Please refer to the [Views](../dsl/views) section for a detailed overview of how to write DSL Views +Please refer to the [Views](./views) section for a detailed overview of how to write DSL Views ### Schema -Please refer to the [Schema](../dsl/schema) section for a detailed overview of how to write DSL Schemas +Please refer to the [Schema](./schema) section for a detailed overview of how to write DSL Schemas ## Compiling DSL Content