From 57a1d809d8ba423f963c0fdc7ddf1bfd2a3fa947 Mon Sep 17 00:00:00 2001 From: underscorediscovery Date: Tue, 5 Feb 2019 18:41:31 -0800 Subject: [PATCH] docs; replace wren repo URL to point to organization --- README.md | 6 +++--- doc/rfc/0001-smarter-imports.md | 6 +++--- doc/site/blog/template.html | 4 ++-- doc/site/contributing.markdown | 22 +++++++++++----------- doc/site/embedding/index.markdown | 2 +- doc/site/embedding/template.html | 4 ++-- doc/site/getting-started.markdown | 6 +++--- doc/site/index.markdown | 4 ++-- doc/site/modules/core/template.html | 4 ++-- doc/site/modules/io/template.html | 4 ++-- doc/site/modules/meta/template.html | 4 ++-- doc/site/modules/os/template.html | 4 ++-- doc/site/modules/random/template.html | 4 ++-- doc/site/modules/scheduler/template.html | 4 ++-- doc/site/modules/template.html | 4 ++-- doc/site/modules/timer/template.html | 4 ++-- doc/site/performance.markdown | 2 +- doc/site/template.html | 4 ++-- 18 files changed, 46 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 337575eb..860b3a7e 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ If you like the sound of this, [let's get started][started]. You can even try it [in your browser][browser]! Excited? Well, come on and [get involved][contribute]! -[![Build Status](https://travis-ci.org/munificent/wren.svg)](https://travis-ci.org/munificent/wren) +[![Build Status](https://travis-ci.org/wren-lang/wren.svg)](https://travis-ci.org/wren-lang/wren) [syntax]: http://wren.io/syntax.html -[src]: https://github.com/munificent/wren/tree/master/src -[nan]: https://github.com/munificent/wren/blob/46c1ba92492e9257aba6418403161072d640cb29/src/wren_value.h#L378-L433 +[src]: https://github.com/wren-lang/wren/tree/master/src +[nan]: https://github.com/wren-lang/wren/blob/46c1ba92492e9257aba6418403161072d640cb29/src/wren_value.h#L378-L433 [perf]: http://wren.io/performance.html [classes]: http://wren.io/classes.html [fibers]: http://wren.io/concurrency.html diff --git a/doc/rfc/0001-smarter-imports.md b/doc/rfc/0001-smarter-imports.md index 3daad6ea..91d6c4e5 100644 --- a/doc/rfc/0001-smarter-imports.md +++ b/doc/rfc/0001-smarter-imports.md @@ -17,9 +17,9 @@ This proposal aims to improve that. It doesn't intend to fix *everything* about imports and the module system, but should leave the door open for later improvements. -[210]: https://github.com/munificent/wren/issues/210 -[325]: https://github.com/munificent/wren/issues/325 -[346]: https://github.com/munificent/wren/issues/346 +[210]: https://github.com/wren-lang/wren/issues/210 +[325]: https://github.com/wren-lang/wren/issues/325 +[346]: https://github.com/wren-lang/wren/issues/346 ### Relative imports diff --git a/doc/site/blog/template.html b/doc/site/blog/template.html index d2625148..5032d24e 100644 --- a/doc/site/blog/template.html +++ b/doc/site/blog/template.html @@ -44,10 +44,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/contributing.markdown b/doc/site/contributing.markdown index e7ad0d17..faea9b75 100644 --- a/doc/site/contributing.markdown +++ b/doc/site/contributing.markdown @@ -17,7 +17,7 @@ editor. Share that stuff and it will help the next Wren user to come along. If you do any of the above, let us know by adding it to [the wiki][wiki]. We like to keep track of: -[wiki]: https://github.com/munificent/wren/wiki +[wiki]: https://github.com/wren-lang/wren/wiki * [Applications][] that host Wren as a scripting language. * [Modules][] written in Wren that others can use. @@ -25,10 +25,10 @@ like to keep track of: languages. * Other [tools and utilities][] that make it easier to be a Wren programmer. -[applications]: https://github.com/munificent/wren/wiki/Applications -[modules]: https://github.com/munificent/wren/wiki/Modules -[language bindings]: https://github.com/munificent/wren/wiki/Language-Bindings -[tools and utilities]: https://github.com/munificent/wren/wiki/Tools +[applications]: https://github.com/wren-lang/wren/wiki/Applications +[modules]: https://github.com/wren-lang/wren/wiki/Modules +[language bindings]: https://github.com/wren-lang/wren/wiki/Language-Bindings +[tools and utilities]: https://github.com/wren-lang/wren/wiki/Tools ## Contributing to Wren @@ -130,13 +130,13 @@ on the [mailing list][list]. If you're a Redditor, try the `stuffwithstuff.com`) if you want something less public. [mit]: http://opensource.org/licenses/MIT -[github]: https://github.com/munificent/wren +[github]: https://github.com/wren-lang/wren [fork]: https://help.github.com/articles/fork-a-repo/ -[docs]: https://github.com/munificent/wren/tree/master/doc/site -[issue]: https://github.com/munificent/wren/issues -[proposal]: https://github.com/munificent/wren/labels/proposal +[docs]: https://github.com/wren-lang/wren/tree/master/doc/site +[issue]: https://github.com/wren-lang/wren/issues +[proposal]: https://github.com/wren-lang/wren/labels/proposal [feature branches]: https://www.atlassian.com/git/tutorials/comparing-workflows/centralized-workflow -[authors]: https://github.com/munificent/wren/tree/master/AUTHORS -[pull request]: https://github.com/munificent/wren/pulls +[authors]: https://github.com/wren-lang/wren/tree/master/AUTHORS +[pull request]: https://github.com/wren-lang/wren/pulls [list]: https://groups.google.com/forum/#!forum/wren-lang [subreddit]: https://www.reddit.com/r/wren_lang/ diff --git a/doc/site/embedding/index.markdown b/doc/site/embedding/index.markdown index cbe80349..ee566896 100644 --- a/doc/site/embedding/index.markdown +++ b/doc/site/embedding/index.markdown @@ -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" diff --git a/doc/site/embedding/template.html b/doc/site/embedding/template.html index e0fc88dd..245ff4ea 100644 --- a/doc/site/embedding/template.html +++ b/doc/site/embedding/template.html @@ -70,10 +70,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/getting-started.markdown b/doc/site/getting-started.markdown index 317901df..8c17c035 100644 --- a/doc/site/getting-started.markdown +++ b/doc/site/getting-started.markdown @@ -21,7 +21,7 @@ few dependencies are nice that way. "Wren" encompasses two separate artifacts: If you're on a Unix or Mac and you can rock a command line, it's just: :::sh - $ git clone https://github.com/munificent/wren.git + $ git clone https://github.com/wren-lang/wren.git $ cd wren $ make $ ./wren @@ -103,5 +103,5 @@ the following work: [list]: https://groups.google.com/forum/#!forum/wren-lang [twitter]: https://twitter.com/intent/user?screen_name=munificentbob -[issue]: https://github.com/munificent/wren/issues -[repo]: https://github.com/munificent/wren +[issue]: https://github.com/wren-lang/wren/issues +[repo]: https://github.com/wren-lang/wren diff --git a/doc/site/index.markdown b/doc/site/index.markdown index df726aed..99ef9b8f 100644 --- a/doc/site/index.markdown +++ b/doc/site/index.markdown @@ -51,8 +51,8 @@ it [in your browser][browser]! Excited? Well, come on and [get involved][contribute]! [syntax]: syntax.html -[src]: https://github.com/munificent/wren/tree/master/src -[nan]: https://github.com/munificent/wren/blob/46c1ba92492e9257aba6418403161072d640cb29/src/wren_value.h#L378-L433 +[src]: https://github.com/wren-lang/wren/tree/master/src +[nan]: https://github.com/wren-lang/wren/blob/46c1ba92492e9257aba6418403161072d640cb29/src/wren_value.h#L378-L433 [perf]: performance.html [classes]: classes.html [fibers]: concurrency.html diff --git a/doc/site/modules/core/template.html b/doc/site/modules/core/template.html index f574c39a..af766215 100644 --- a/doc/site/modules/core/template.html +++ b/doc/site/modules/core/template.html @@ -87,10 +87,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/modules/io/template.html b/doc/site/modules/io/template.html index c6e147cf..0c6b9d8c 100644 --- a/doc/site/modules/io/template.html +++ b/doc/site/modules/io/template.html @@ -73,10 +73,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/modules/meta/template.html b/doc/site/modules/meta/template.html index c0f3b695..6e59ac41 100644 --- a/doc/site/modules/meta/template.html +++ b/doc/site/modules/meta/template.html @@ -63,10 +63,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/modules/os/template.html b/doc/site/modules/os/template.html index 65f593b8..a962cd79 100644 --- a/doc/site/modules/os/template.html +++ b/doc/site/modules/os/template.html @@ -65,10 +65,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/modules/random/template.html b/doc/site/modules/random/template.html index e4f62384..56beaa90 100644 --- a/doc/site/modules/random/template.html +++ b/doc/site/modules/random/template.html @@ -63,10 +63,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/modules/scheduler/template.html b/doc/site/modules/scheduler/template.html index 1aa9fabc..63df750b 100644 --- a/doc/site/modules/scheduler/template.html +++ b/doc/site/modules/scheduler/template.html @@ -63,10 +63,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/modules/template.html b/doc/site/modules/template.html index ea9bd450..4740c5c6 100644 --- a/doc/site/modules/template.html +++ b/doc/site/modules/template.html @@ -83,10 +83,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/modules/timer/template.html b/doc/site/modules/timer/template.html index 6c85a0cd..9b92d383 100644 --- a/doc/site/modules/timer/template.html +++ b/doc/site/modules/timer/template.html @@ -63,10 +63,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.

diff --git a/doc/site/performance.markdown b/doc/site/performance.markdown index 54502ce5..5dd10ab0 100644 --- a/doc/site/performance.markdown +++ b/doc/site/performance.markdown @@ -92,7 +92,7 @@ languages benchmarked, including Wren, because Mike Pall is a robot from the future. The benchmark harness and programs are -[here](https://github.com/munificent/wren/tree/master/test/benchmark). +[here](https://github.com/wren-lang/wren/tree/master/test/benchmark). ## Why is Wren fast? diff --git a/doc/site/template.html b/doc/site/template.html index 31306199..c8fd1495 100644 --- a/doc/site/template.html +++ b/doc/site/template.html @@ -104,10 +104,10 @@

Wren lives - on GitHub + on GitHub — Made with ❤ by Bob Nystrom and - friends. + friends.