diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6584d9fd7..cee92531a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,9 +15,10 @@ We are always excited to have people join us in working to make Scratch a wonder Road map Beyond this repo, there are also some other resources that you might want to take a look at: -Scratch (the thing we work on) -Bugs & Glitches forum on Scratch (where mosquitoes and dei ex machina congregate) -Advanced Topics forum on Scratch (like Topics, but more complex-y) +[Scratch](https://scratch.mit.edu/) (the thing we work on) +[Open Source forum](https://scratch.mit.edu/discuss/49/) on Scratch (talk about the thing we work on on the thing we work on. so meta.) +[Bugs & Glitches forum](https://scratch.mit.edu/discuss/3/) on Scratch (where mosquitoes and dei ex machina congregate) +[Advanced Topics forum](https://scratch.mit.edu/discuss/31/) on Scratch (like Topics, but more complex-y) ### I wanna contribute! ### diff --git a/LICENSE.md b/LICENSE.md index a36476508..8578cae57 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2015 Lifelong Kindergarten Group +Copyright 2015 Massachusetts Institute of Technology Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 37aab25bf..8f5d1e750 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://magnum.travis-ci.com/LLK/scratch-www.svg?token=xzzHj4ct3SyBTpeqxnx1)](https://magnum.travis-ci.com/LLK/scratch-www) ### Before Getting Started -* make sure you have npm [installed](https://docs.npmjs.com/getting-started/installing-node) +* make sure you have node and npm [installed](https://docs.npmjs.com/getting-started/installing-node) ### To Build ```bash @@ -37,7 +37,7 @@ Use `^C` to stop the node process `npm start` starts. | `API_HOST` | `https://api.scratch.mit.edu` | Hostname for API requests | | `NODE_ENV` | `null` | If not `production`, app acts like development | | `PORT` | `8333` | Port for devserver (http://localhost:XXXX) | -| `FALLBACK` | `''` | Pass-through location for scratchr2 | +| `FALLBACK` | `''` | Pass-through location for old site | **NOTE:** Because by default both `API_HOST=https://api.scratch.mit.edu` and `FALLBACK=https://scratch.mit.edu`, please be aware that, by default, you will be seeing and interacting with real data on the Scratch website.