Skip to content

Commit 0ec92fc

Browse files
committed
Update README.md
1 parent 4bfbf79 commit 0ec92fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you have Java 11 installed on your computer, you can install py5 using pip:
3636
pip install py5
3737
```
3838

39-
[Detailed installation instructions](https://py5.ixora.io/content/install.html) are available on the documentation website. There are some [Special Notes for Mac Users](https://py5.ixora.io/content/osx_users.html) that you should read if you use OSX.
39+
[Detailed installation instructions](https://py5coding.org/content/install.html) are available on the documentation website. There are some [Special Notes for Mac Users](https://py5coding.org/content/osx_users.html) that you should read if you use OSX.
4040

4141
There are currently four basic ways to use py5. They are:
4242

@@ -47,7 +47,7 @@ There are currently four basic ways to use py5. They are:
4747

4848
py5generator is a meta-programming project that creates the py5 library. To view the actual installed py5 library code, look at the [py5 repository][py5_repo]. All py5 library development is done through py5generator.
4949

50-
The documentation website, [https://py5.ixora.io/](https://py5.ixora.io/), is very much a work in progress. The reference documentation is solid but the how-to's and tutorials need a lot of work.
50+
The documentation website, [https://py5coding.org/](https://py5coding.org/), is very much a work in progress. The reference documentation is solid but the how-to's and tutorials need a lot of work.
5151

5252
[py5_repo]: https://github.com/py5coding/py5
5353
[processing]: https://github.com/processing/processing4

0 commit comments

Comments
 (0)