From 50be5971a4a47a4e414ba18eef0390cf7e8d5ffd Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Thu, 1 Jan 2015 22:59:38 -0800 Subject: [PATCH] Fix link to embedding API. --- doc/site/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/site/index.markdown b/doc/site/index.markdown index cac71e4f..475dbbfb 100644 --- a/doc/site/index.markdown +++ b/doc/site/index.markdown @@ -36,4 +36,4 @@ in a Lua-sized package. [nan]: https://github.com/munificent/wren/blob/46c1ba92492e9257aba6418403161072d640cb29/src/wren_value.h#L378-L433 [perf]: performance.html [classes]: classes.html -[embedding]: embedding.html +[embedding]: embedding-api.html