Skip to content

Commit

Permalink
update 404 link
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai authored Jan 10, 2025
1 parent e0bf112 commit efa11e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/03-reference/baml/prompt-syntax/what-is-jinja.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function MyFunc(items: Item[]) -> string {

### Including other Templates

To promote reusability, you can include other templates within a template. See [template strings](/ref/baml/template_string):
To promote reusability, you can include other templates within a template. See [template strings](/ref/baml/template-string):

```baml
template_string PrintUserInfo(arg1: string, arg2: User) #"
Expand All @@ -80,4 +80,4 @@ function MyFunc(arg1: string, user: User) -> string {
```

### Built-in filters
See [jinja docs](https://jinja.palletsprojects.com/en/3.1.x/templates/#list-of-builtin-filters)
See [jinja docs](https://jinja.palletsprojects.com/en/3.1.x/templates/#list-of-builtin-filters)

0 comments on commit efa11e0

Please sign in to comment.