diff --git a/doc/site/embedding/index.markdown b/doc/site/embedding/index.markdown index 71355787..cbe80349 100644 --- a/doc/site/embedding/index.markdown +++ b/doc/site/embedding/index.markdown @@ -151,7 +151,7 @@ fibers all the way back to the main one and returns `WREN_RESULT_RUNTIME_ERROR`. Otherwise, when the last fiber successfully returns, it returns `WREN_RESULT_SUCCESS`. -[runtime error]: error-handling.html +[runtime error]: ../error-handling.html All code passed to `wrenInterpret()` runs in a special "main" module. That way, top-level names defined in one call can be accessed in later ones. It's similar