Skip to content

Commit e1ff884

Browse files
authored
Fix Broken Example (#123)
Example lead to 404, this fixes that
1 parent c497b43 commit e1ff884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ fn main() -> std::io::Result<()> {
223223

224224
`tealr`, a wrapper around the `mlua` crate, provides mechanisms for Lua documentation generation. It can generate `d.tl` files for static typing in Lua via the `teal` project, but using `teal` isn't necessary for documentation generation.
225225

226-
See [this example](bevy_mod_scripting/examples/lua/documentation_gen.rs) for a demonstration.
226+
See [this example](examples/lua/documentation_gen.rs) for a demonstration.
227227

228228
The Bevy API documentation for this crate is auto-generated with each release and can be found [here](https://github.com/makspll/bevy_mod_scripting_lua) and [here](https://makspll.github.io/bevy_mod_scripting_lua/v0.3.0/). You may need to adjust the `page_root` in the auto-generated `assets/doc/tealr_doc_gen_config.json` file to a path like `assets/doc/YourAPI`.
229229

0 commit comments

Comments
 (0)