You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If you have Java 11 installed on your computer, you can install py5 using pip:
36
36
pip install py5
37
37
```
38
38
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.
40
40
41
41
There are currently four basic ways to use py5. They are:
42
42
@@ -47,7 +47,7 @@ There are currently four basic ways to use py5. They are:
47
47
48
48
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.
49
49
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.
0 commit comments