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-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ There are two options to import the template project into Eclipse: using a Git [
7
7
### Option A: GitHub
8
8
9
9
1. Fork the template repository to use as a starting point.
10
-
* Navigate to https://github.com/prisonerjohn/processing-library-template in your browser.
10
+
* Navigate to https://github.com/processing/processing-library-template in your browser.
11
11
* Click the "Fork" button in the top-right of the page.
12
12
* Once your fork is ready, open the new repository's "Settings" by clicking the link in the menu bar on the right.
13
13
* Change the repository name to the name of your library and save your changes.
@@ -27,7 +27,7 @@ There are two options to import the template project into Eclipse: using a Git [
27
27
28
28
### Option B: Downloaded Package
29
29
30
-
1. Download the latest Eclipse template from [here](http://code.google.com/p/processing/downloads/list). **Don't unzip the ZIP file yet.**
30
+
1. Download the latest Eclipse template from [here](https://github.com/processing/processing-library-template/releases). **Don't unzip the ZIP file yet.**
31
31
1. Create a new Java project in Eclipse.
32
32
* From the menubar choose File → New → Java Project.
0 commit comments