Skip to content

Commit 29fa8de

Browse files
authored
Merge pull request #23 from makspll/patch/fix_broken_example_links
Fix broken example links
2 parents 3dffaa8 + a9322a9 commit 29fa8de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -311,14 +311,14 @@ The `Script` components will persist a scene load, but their script contexts won
311311

312312
To see more complex applications of this library have a look at the examples:
313313

314-
- [lua - complex game loop](bevy_mod_scripting/examples/lua/complex_game_loop.rs)
315-
- [lua - event recipients](bevy_mod_scripting/examples/lua/event_recipients.rs)
316-
- [lua - bevy API](bevy_mod_scripting/examples/lua/bevy_api.rs)
317-
- [generating statically typed wrappers + ScriptRef system](bevy_mod_scripting/examples/wrappers.rs)
318-
- [lua - documentation generation + lua static typing](bevy_mod_scripting/examples/lua/documentation_gen.rs)
319-
- ~~[lua - bevy console integration](bevy_mod_scripting/examples/lua/console_integration.rs)~~ not up to date with bevy 0.8
320-
- ~~[rhai - bevy console integration](bevy_mod_scripting/examples/rhai/console_integration.rs)~~ not up to date with bevy 0.8
321-
- [lua - game of life with teal](bevy_mod_scripting/examples/lua/game_of_life.rs)
314+
- [lua - complex game loop](examples/lua/complex_game_loop.rs)
315+
- [lua - event recipients](examples/lua/event_recipients.rs)
316+
- [lua - bevy API](examples/lua/bevy_api.rs)
317+
- [generating statically typed wrappers + ScriptRef system](examples/wrappers.rs)
318+
- [lua - documentation generation + lua static typing](examples/lua/documentation_gen.rs)
319+
- ~~[lua - bevy console integration](examples/lua/console_integration.rs)~~ not up to date with bevy 0.8
320+
- ~~[rhai - bevy console integration](examples/rhai/console_integration.rs)~~ not up to date with bevy 0.8
321+
- [lua - game of life with teal](examples/lua/game_of_life.rs)
322322

323323
Below is a video showcasing the game_of_life example:
324324
[![Watch the video](https://img.youtube.com/vi/Mo9gh2g3ZHw/maxresdefault.jpg)](https://www.youtube.com/watch?v=Mo9gh2g3ZHw)

0 commit comments

Comments
 (0)