1
0
forked from Mirror/wren

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

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"

View File

@ -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>
&mdash; Made with &#x2764; 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>