Skip to content

Commit

Permalink
chore: update github link (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Jul 10, 2024
1 parent 85dc8ab commit 1ad0fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/calling-baml/dynamic-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ tb.User.addProperty("email", tb.string()).description("The user's email")
### Building dynamic types from JSON schema

We have a working implementation of this, but are waiting for a concrete use case to merge it.
Please chime in on [the GitHub issue](https://github.com/BoundaryML/baml/issues/765) if this is
Please chime in on [the GitHub issue](https://github.com/BoundaryML/baml/issues/771) if this is
something you'd like to use.

<CodeGroup>
Expand Down Expand Up @@ -237,4 +237,4 @@ const res = await b.ExtractPeople(
)
```

</CodeGroup>
</CodeGroup>

0 comments on commit 1ad0fc4

Please sign in to comment.