docs; replace wren repo URL to point to organization

This commit is contained in:
underscorediscovery
2019-02-05 18:41:31 -08:00
parent 7cc7c715c9
commit 57a1d809d8
18 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ There are two (well, three) ways to get the Wren VM into your program:
In either case, you also want to add `src/include` to your include path so you
can find the [public header for Wren][wren.h]:
[wren.h]: https://github.com/munificent/wren/blob/master/src/include/wren.h
[wren.h]: https://github.com/wren-lang/wren/blob/master/src/include/wren.h
:::c
#include "wren.h"