Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrects and standardizes links to the previewer app #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/examples/automata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion frontend/examples/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions frontend/examples/inconvergent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/iridescent-life/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/subway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```