From fc5e3c5d87cdcb83c5842a1274cf70652a6428cf Mon Sep 17 00:00:00 2001 From: samreid Date: Thu, 24 Oct 2019 17:05:13 -0600 Subject: [PATCH] Change http://bit.ly/phet-html5-development-overview to https://github.com/phetsims/phet-info/blob/master/doc/phet-development-overview.md, see https://github.com/phetsims/phet-info/issues/120 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28fa974..6e9158d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ For a description of this simulation, associated resources, and a link to the pu ### Documentation -The PhET Development Overview is the most complete guide to PhET Simulation +The PhET Development Overview is the most complete guide to PhET Simulation Development. This guide includes how to obtain simulation code and its dependencies, notes about architecture & design, how to test and build the sims, as well as other important information.