diff --git a/docs/docs/calling-baml/dynamic-types.mdx b/docs/docs/calling-baml/dynamic-types.mdx index db463e658..d88174ca3 100644 --- a/docs/docs/calling-baml/dynamic-types.mdx +++ b/docs/docs/calling-baml/dynamic-types.mdx @@ -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. @@ -237,4 +237,4 @@ const res = await b.ExtractPeople( ) ``` - \ No newline at end of file +