docs: replace all munificent/wren GitHub URLs with wren-lang/wren across docs and site templates

This commit is contained in:
underscorediscovery
2019-02-06 02:41:31 +00:00
parent 960f64d599
commit dbdabcca76
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"