tracks/ecmascript/exercises/minesweeper/README.md in trackler-2.2.1.110 vs tracks/ecmascript/exercises/minesweeper/README.md in trackler-2.2.1.111
- old
+ new
@@ -29,11 +29,11 @@
## Setup
Go through the setup instructions for ECMAScript to
install the necessary dependencies:
-http://exercism.io/languages/ecmascript/installation
+http://exercism.io/languages/ecmascript
## Requirements
Install assignment dependencies:
@@ -51,10 +51,9 @@
In the test suites all tests but the first have been skipped.
Once you get a test passing, you can enable the next one by
changing `xtest` to `test`.
-
## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.