Files
wren/doc/site/embedding
Benjamin Tucker 4082caba0c fix: correct relative path for runtime error link in embedding docs
The link to the error-handling documentation was pointing to a non-existent
`error-handling.html` file in the same directory, instead of the correct
relative path `../error-handling.html` which resolves to the actual
documentation page. This fix ensures the hyperlink navigates to the proper
location within the documentation site structure.
2018-12-19 20:39:52 +00:00
..