From 62e76a5780b12a599de6034d46a6e6cb8aee8401 Mon Sep 17 00:00:00 2001 From: Luchs Date: Sat, 4 Apr 2015 00:51:42 +0200 Subject: [PATCH] Fix broken link to wren.h --- doc/site/embedding-api.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/site/embedding-api.markdown b/doc/site/embedding-api.markdown index 91c0058c..ab1dc94e 100644 --- a/doc/site/embedding-api.markdown +++ b/doc/site/embedding-api.markdown @@ -12,4 +12,4 @@ work on this, but it isn't quite there yet. Feedback and contributions are definitely welcome! In the meantime, you can see the current API in -[`wren.h`](https://github.com/munificent/wren/blob/master/include/wren.h). \ No newline at end of file +[`wren.h`](https://github.com/munificent/wren/blob/master/src/include/wren.h).