forked from Mirror/wren
docs; replace wren repo URL to point to organization
This commit is contained in:
@ -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"
|
||||
|
||||
@ -70,10 +70,10 @@
|
||||
<div class="page">
|
||||
<div class="main-column">
|
||||
<p>Wren lives
|
||||
<a href="https://github.com/munificent/wren">on GitHub</a>
|
||||
<a href="https://github.com/wren-lang/wren">on GitHub</a>
|
||||
— Made with ❤ by
|
||||
<a href="http://journal.stuffwithstuff.com/">Bob Nystrom</a> and
|
||||
<a href="https://github.com/munificent/wren/blob/master/AUTHORS">friends</a>.
|
||||
<a href="https://github.com/wren-lang/wren/blob/master/AUTHORS">friends</a>.
|
||||
</p>
|
||||
<div class="main-column">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user