From 7d081e3c2bcdca131aa7fc0bf0333dcd096d2342 Mon Sep 17 00:00:00 2001 From: samreid Date: Thu, 24 Oct 2019 17:05:17 -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 +- doc/implementation-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8eef0df..120f38b2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ at the University of Colorado Boulder. *This simulation is under development and has not been published.* ### 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. diff --git a/doc/implementation-notes.md b/doc/implementation-notes.md index 1bc09ccd..c67c2942 100644 --- a/doc/implementation-notes.md +++ b/doc/implementation-notes.md @@ -9,6 +9,6 @@ Before reading this document, please read: * [model.md](https://github.com/phetsims/natural-selection/blob/master/doc/model.md), a high-level description of the simulation model In addition to this document, you are encouraged to read: -* [PhET Development Overview](http://bit.ly/phet-html5-development-overview) +* [PhET Development Overview](https://github.com/phetsims/phet-info/blob/master/doc/phet-development-overview.md) * [PhET Software Design Patterns](https://github.com/phetsims/phet-info/blob/master/doc/phet-software-design-patterns.md) * [Natural Selection HTML5](https://docs.google.com/document/d/16C5TPL9LfK7JgYbo_NOP80FM5kOvCx2tMkvsZH4leQU/edit#), the design document