From 574c4354d6c3572415b8d7c143b65e14e861799a Mon Sep 17 00:00:00 2001 From: Cami Blanch Date: Tue, 3 Sep 2019 14:13:13 -0600 Subject: [PATCH 1/2] Adds missing preview app link --- frontend/examples/getting-started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/examples/getting-started/README.md b/frontend/examples/getting-started/README.md index 349e6b4..d5267e4 100644 --- a/frontend/examples/getting-started/README.md +++ b/frontend/examples/getting-started/README.md @@ -9,7 +9,7 @@ $ npm install $ npm run build ``` -To run it, you'll need to install the [previewer app](#) first. Then in the app's root directory, do: +To run it, you'll need to install the [previewer app](https://github.com/googlecreativelab/anypixel/tree/master/frontend/previewer) first. Then in the app's root directory, do: ```sh preview ``` From 479a509f14df7959ff3fcde58e28b29afaa093a4 Mon Sep 17 00:00:00 2001 From: Cami Blanch Date: Tue, 3 Sep 2019 14:20:11 -0600 Subject: [PATCH 2/2] Updates additional previewer app links --- frontend/examples/automata/README.md | 2 +- frontend/examples/inconvergent/README.md | 4 ++-- frontend/examples/iridescent-life/README.md | 2 +- frontend/examples/subway/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/examples/automata/README.md b/frontend/examples/automata/README.md index 1c8aa87..f0b004d 100755 --- a/frontend/examples/automata/README.md +++ b/frontend/examples/automata/README.md @@ -12,7 +12,7 @@ or npm run build ``` -To run it, you'll need to install [Anypixel-Previewer](https://github.com/googlecreativelab/anypixel-previewer) first. Then in the app's root directory, do: +To run it, you'll need to install the [previewer app](https://github.com/googlecreativelab/anypixel/tree/master/frontend/previewer) first. Then in the app's root directory, do: ```sh preview ``` diff --git a/frontend/examples/inconvergent/README.md b/frontend/examples/inconvergent/README.md index dd0123d..c323451 100644 --- a/frontend/examples/inconvergent/README.md +++ b/frontend/examples/inconvergent/README.md @@ -4,9 +4,9 @@ forked from: https://github.com/googlecreativelab/anypixel-example ## Installation -First you will need to install the Anypixel previewer: +First you will need to install the previewer app: -https://github.com/googlecreativelab/anypixel-previewer. +https://github.com/googlecreativelab/anypixel/tree/master/frontend/previewer. The in the `app` directory do: diff --git a/frontend/examples/iridescent-life/README.md b/frontend/examples/iridescent-life/README.md index c392ab1..dc8f65c 100644 --- a/frontend/examples/iridescent-life/README.md +++ b/frontend/examples/iridescent-life/README.md @@ -18,7 +18,7 @@ For the blur algorithm that was used, see [ShaderLesson5](https://github.com/mat Read more about the spline drawing animation here: [How to move an object along a particular path](http://stackoverflow.com/a/17096947/6036193) -run with the [Anypixel-Previewer](https://github.com/googlecreativelab/anypixel-previewer). In the app's root directory, do: +run with the [previewer app](https://github.com/googlecreativelab/anypixel/tree/master/frontend/previewer). In the app's root directory, do: ```sh preview ``` diff --git a/frontend/examples/subway/README.md b/frontend/examples/subway/README.md index 1ea0ae2..0739f11 100644 --- a/frontend/examples/subway/README.md +++ b/frontend/examples/subway/README.md @@ -11,7 +11,7 @@ or npm run build ``` -To run it, you'll need to install [Anypixel-Previewer](https://github.com/googlecreativelab/anypixel-previewer) first. Then in the app's root directory, do: +To run it, you'll need to install the [previewer app](https://github.com/googlecreativelab/anypixel/tree/master/frontend/previewer) first. Then in the app's root directory, do: ```sh preview ```