Skip to content

Commit

Permalink
Broken links fix for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanddesai committed Jan 15, 2025
1 parent 3551c52 commit 1d97507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/src/content/docs/authoring/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1d97507

Please sign in to comment.