diff --git a/exercises/accumulate/README.md b/exercises/accumulate/README.md index b99a48627f..841cdc58ee 100644 --- a/exercises/accumulate/README.md +++ b/exercises/accumulate/README.md @@ -33,7 +33,7 @@ as this is idiomatic Lisp, not a library function. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/acronym/README.md b/exercises/acronym/README.md index 058554143b..700a389eeb 100644 --- a/exercises/acronym/README.md +++ b/exercises/acronym/README.md @@ -13,7 +13,7 @@ like Portable Network Graphics to its acronym (PNG). Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/all-your-base/README.md b/exercises/all-your-base/README.md index 009c4d235c..5e06642c97 100644 --- a/exercises/all-your-base/README.md +++ b/exercises/all-your-base/README.md @@ -36,7 +36,7 @@ I think you got the idea! Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/allergies/README.md b/exercises/allergies/README.md index 83ba39e5e1..4ad7559a5d 100644 --- a/exercises/allergies/README.md +++ b/exercises/allergies/README.md @@ -35,7 +35,7 @@ score is 257, your program should only report the eggs (1) allergy. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/alphametics/README.md b/exercises/alphametics/README.md index 2ef23fed49..4ea6aca11a 100644 --- a/exercises/alphametics/README.md +++ b/exercises/alphametics/README.md @@ -36,7 +36,7 @@ Write a function to solve alphametics puzzles. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/anagram/README.md b/exercises/anagram/README.md index 9a47630fb5..10adecce43 100644 --- a/exercises/anagram/README.md +++ b/exercises/anagram/README.md @@ -11,7 +11,7 @@ Given `"listen"` and a list of candidates like `"enlists" "google" Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/atbash-cipher/README.md b/exercises/atbash-cipher/README.md index fcbbc40d10..3a18397bdb 100644 --- a/exercises/atbash-cipher/README.md +++ b/exercises/atbash-cipher/README.md @@ -32,7 +32,7 @@ things based on word boundaries. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/beer-song/README.md b/exercises/beer-song/README.md index 1258522ea4..aad64d2d59 100644 --- a/exercises/beer-song/README.md +++ b/exercises/beer-song/README.md @@ -325,7 +325,7 @@ experiment make the code better? Worse? Did you learn anything from it? Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/binary-search-tree/README.md b/exercises/binary-search-tree/README.md index a6bd3cc838..c44a6515e5 100644 --- a/exercises/binary-search-tree/README.md +++ b/exercises/binary-search-tree/README.md @@ -58,7 +58,7 @@ And if we then added 1, 5, and 7, it would look like this Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/binary-search/README.md b/exercises/binary-search/README.md index f360cca3a5..7d5767bc1b 100644 --- a/exercises/binary-search/README.md +++ b/exercises/binary-search/README.md @@ -39,7 +39,7 @@ A binary search is a dichotomic divide and conquer search algorithm. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/binary/README.md b/exercises/binary/README.md index b704502d02..486c35f928 100644 --- a/exercises/binary/README.md +++ b/exercises/binary/README.md @@ -33,7 +33,7 @@ So: `101 => 1*2^2 + 0*2^1 + 1*2^0 => 1*4 + 0*2 + 1*1 => 4 + 1 => 5 base 10`. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/bob/README.md b/exercises/bob/README.md index efbf6b3402..c4dd195ba6 100644 --- a/exercises/bob/README.md +++ b/exercises/bob/README.md @@ -16,7 +16,7 @@ He answers 'Whatever.' to anything else. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/bowling/README.md b/exercises/bowling/README.md index 98eb502c53..b981b0550e 100644 --- a/exercises/bowling/README.md +++ b/exercises/bowling/README.md @@ -41,7 +41,7 @@ For a tenth frame of XXX (three strikes), the total value is 30. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/bracket-push/README.md b/exercises/bracket-push/README.md index 3aff4896db..10354dd590 100644 --- a/exercises/bracket-push/README.md +++ b/exercises/bracket-push/README.md @@ -8,7 +8,7 @@ verify that all the pairs are matched and nested correctly. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/change/README.md b/exercises/change/README.md index 4e59553055..0ebc2df9d9 100644 --- a/exercises/change/README.md +++ b/exercises/change/README.md @@ -13,7 +13,7 @@ result is an array with the values: 1, 1, 10 and 25. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/circular-buffer/README.md b/exercises/circular-buffer/README.md index 3d63d92aa3..45051cbfa3 100644 --- a/exercises/circular-buffer/README.md +++ b/exercises/circular-buffer/README.md @@ -48,7 +48,7 @@ buffer with: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/clock/README.md b/exercises/clock/README.md index 8603c2038a..0afc72a168 100644 --- a/exercises/clock/README.md +++ b/exercises/clock/README.md @@ -11,7 +11,7 @@ Two clocks that represent the same time should be equal to each other. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/collatz-conjecture/README.md b/exercises/collatz-conjecture/README.md index a35e06c175..429dc7a8f4 100644 --- a/exercises/collatz-conjecture/README.md +++ b/exercises/collatz-conjecture/README.md @@ -30,7 +30,7 @@ Resulting in 9 steps. So for input n = 12, the return value would be 9. Go through the setup instructions for ECMAScript to install the necessary dependencies: -[http://exercism.io/languages/ecmascript](http://exercism.io/languages/ecmascript) +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/connect/README.md b/exercises/connect/README.md index 3437a25e10..2fd00307df 100644 --- a/exercises/connect/README.md +++ b/exercises/connect/README.md @@ -35,7 +35,7 @@ won since `O` didn't connect top and bottom. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/crypto-square/README.md b/exercises/crypto-square/README.md index bd5210f48d..2b0a4b0ad1 100644 --- a/exercises/crypto-square/README.md +++ b/exercises/crypto-square/README.md @@ -72,7 +72,7 @@ sseoau Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/custom-set/README.md b/exercises/custom-set/README.md index 6bd608ecef..17c018a81b 100644 --- a/exercises/custom-set/README.md +++ b/exercises/custom-set/README.md @@ -12,7 +12,7 @@ unique elements. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/diamond/README.md b/exercises/diamond/README.md index 046af10639..8c0780908e 100644 --- a/exercises/diamond/README.md +++ b/exercises/diamond/README.md @@ -57,7 +57,7 @@ E·······E Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/difference-of-squares/README.md b/exercises/difference-of-squares/README.md index b55720658f..92d50f6aa8 100644 --- a/exercises/difference-of-squares/README.md +++ b/exercises/difference-of-squares/README.md @@ -17,7 +17,7 @@ natural numbers is 3025 - 385 = 2640. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/diffie-hellman/README.md b/exercises/diffie-hellman/README.md index 2d7395c034..17a2262038 100644 --- a/exercises/diffie-hellman/README.md +++ b/exercises/diffie-hellman/README.md @@ -42,7 +42,7 @@ secret s. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/etl/README.md b/exercises/etl/README.md index 70c45eed6d..ca4d7c1ca5 100644 --- a/exercises/etl/README.md +++ b/exercises/etl/README.md @@ -49,7 +49,7 @@ game while being scored at 4 in the Hawaiian-language version. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/flatten-array/README.md b/exercises/flatten-array/README.md index c91df2f604..7ada093bad 100644 --- a/exercises/flatten-array/README.md +++ b/exercises/flatten-array/README.md @@ -16,7 +16,7 @@ output: [1,2,3,4,5] Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/food-chain/README.md b/exercises/food-chain/README.md index 03bb99dde6..9e6f907984 100644 --- a/exercises/food-chain/README.md +++ b/exercises/food-chain/README.md @@ -68,7 +68,7 @@ She's dead, of course! Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/gigasecond/README.md b/exercises/gigasecond/README.md index b7dcc94c1b..b7d3a5739f 100644 --- a/exercises/gigasecond/README.md +++ b/exercises/gigasecond/README.md @@ -9,7 +9,7 @@ A gigasecond is 10^9 (1,000,000,000) seconds. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/grade-school/README.md b/exercises/grade-school/README.md index df2f3029e9..a700503bdb 100644 --- a/exercises/grade-school/README.md +++ b/exercises/grade-school/README.md @@ -40,7 +40,7 @@ experiment make the code better? Worse? Did you learn anything from it? Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/grains/README.md b/exercises/grains/README.md index 283bdea377..6375e4885a 100644 --- a/exercises/grains/README.md +++ b/exercises/grains/README.md @@ -32,7 +32,7 @@ experiment make the code better? Worse? Did you learn anything from it? Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/hamming/README.md b/exercises/hamming/README.md index e03b168e80..f1647f3fd7 100644 --- a/exercises/hamming/README.md +++ b/exercises/hamming/README.md @@ -40,7 +40,7 @@ of equal length differently. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/hello-world/README.md b/exercises/hello-world/README.md index afe166e755..3f98775b4a 100644 --- a/exercises/hello-world/README.md +++ b/exercises/hello-world/README.md @@ -19,7 +19,7 @@ If everything goes well, you will be ready to fetch your first real exercise. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/hexadecimal/README.md b/exercises/hexadecimal/README.md index d13d5ebd17..6449ebb57b 100644 --- a/exercises/hexadecimal/README.md +++ b/exercises/hexadecimal/README.md @@ -12,7 +12,7 @@ The program should handle invalid hexadecimal strings. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/isbn-verifier/README.md b/exercises/isbn-verifier/README.md index d7f31b6552..3c33622a12 100644 --- a/exercises/isbn-verifier/README.md +++ b/exercises/isbn-verifier/README.md @@ -30,7 +30,7 @@ Which proves that the ISBN is valid. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/isogram/README.md b/exercises/isogram/README.md index af85d4cdc2..203bbf5655 100644 --- a/exercises/isogram/README.md +++ b/exercises/isogram/README.md @@ -17,7 +17,7 @@ The word *isograms*, however, is not an isogram, because the s repeats. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/kindergarten-garden/README.md b/exercises/kindergarten-garden/README.md index a4c1948997..cdd010c503 100644 --- a/exercises/kindergarten-garden/README.md +++ b/exercises/kindergarten-garden/README.md @@ -64,7 +64,7 @@ While asking for Bob's plants would yield: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/largest-series-product/README.md b/exercises/largest-series-product/README.md index bb9d670e69..cca5edffc0 100644 --- a/exercises/largest-series-product/README.md +++ b/exercises/largest-series-product/README.md @@ -18,7 +18,7 @@ the largest product for a series of 6 digits is 23520. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/leap/README.md b/exercises/leap/README.md index 71cacba169..6e279ec194 100644 --- a/exercises/leap/README.md +++ b/exercises/leap/README.md @@ -31,7 +31,7 @@ phenomenon, go watch [this youtube video][video]. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/linked-list/README.md b/exercises/linked-list/README.md index 39ea8311ac..ef459a9368 100644 --- a/exercises/linked-list/README.md +++ b/exercises/linked-list/README.md @@ -32,7 +32,7 @@ If you want to know more about linked lists, check [Wikipedia](https://en.wikipe Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/list-ops/README.md b/exercises/list-ops/README.md index 11d24ade1a..6e432e24a0 100644 --- a/exercises/list-ops/README.md +++ b/exercises/list-ops/README.md @@ -11,7 +11,7 @@ without using existing functions. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/luhn/README.md b/exercises/luhn/README.md index abfd21eae4..6e2fa14d87 100644 --- a/exercises/luhn/README.md +++ b/exercises/luhn/README.md @@ -69,7 +69,7 @@ Sum the digits Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/matrix/README.md b/exercises/matrix/README.md index d43565c79d..b96da2e2f8 100644 --- a/exercises/matrix/README.md +++ b/exercises/matrix/README.md @@ -43,7 +43,7 @@ And its columns: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/meetup/README.md b/exercises/meetup/README.md index c529b04093..142d2f5418 100644 --- a/exercises/meetup/README.md +++ b/exercises/meetup/README.md @@ -28,7 +28,7 @@ For example, if given "First Monday of January 2017", the correct meetup date is Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/minesweeper/README.md b/exercises/minesweeper/README.md index 6c413c4295..7068e995bf 100644 --- a/exercises/minesweeper/README.md +++ b/exercises/minesweeper/README.md @@ -31,7 +31,7 @@ into this: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/nth-prime/README.md b/exercises/nth-prime/README.md index 62b92768b5..1156a9530e 100644 --- a/exercises/nth-prime/README.md +++ b/exercises/nth-prime/README.md @@ -13,7 +13,7 @@ numbers, pretend they don't exist and implement them yourself. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/ocr-numbers/README.md b/exercises/ocr-numbers/README.md index be8c50ba76..81d9450a4c 100644 --- a/exercises/ocr-numbers/README.md +++ b/exercises/ocr-numbers/README.md @@ -83,7 +83,7 @@ Is converted to "123,456,789" Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/octal/README.md b/exercises/octal/README.md index deab2c456f..3078f6d845 100644 --- a/exercises/octal/README.md +++ b/exercises/octal/README.md @@ -47,7 +47,7 @@ So: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/palindrome-products/README.md b/exercises/palindrome-products/README.md index 7e093a5ef1..cf5e67f83b 100644 --- a/exercises/palindrome-products/README.md +++ b/exercises/palindrome-products/README.md @@ -38,7 +38,7 @@ The largest palindrome product is `9009`. It's factors are `(91, 99)` and `(99, Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/pangram/README.md b/exercises/pangram/README.md index 6cec75b999..ffae9414c4 100644 --- a/exercises/pangram/README.md +++ b/exercises/pangram/README.md @@ -13,7 +13,7 @@ insensitive. Input will not contain non-ASCII symbols. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/pascals-triangle/README.md b/exercises/pascals-triangle/README.md index f30556e606..cdfb1d895c 100644 --- a/exercises/pascals-triangle/README.md +++ b/exercises/pascals-triangle/README.md @@ -19,7 +19,7 @@ the right and left of the current position in the previous row. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/perfect-numbers/README.md b/exercises/perfect-numbers/README.md index b89bf9e21b..df8c3ea231 100644 --- a/exercises/perfect-numbers/README.md +++ b/exercises/perfect-numbers/README.md @@ -22,7 +22,7 @@ Implement a way to determine whether a given number is **perfect**. Depending on Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/phone-number/README.md b/exercises/phone-number/README.md index 92897c95c0..8a9a8d5f32 100644 --- a/exercises/phone-number/README.md +++ b/exercises/phone-number/README.md @@ -32,7 +32,7 @@ should all produce the output Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/pig-latin/README.md b/exercises/pig-latin/README.md index 958a7de065..4e40d2c07d 100644 --- a/exercises/pig-latin/README.md +++ b/exercises/pig-latin/README.md @@ -22,7 +22,7 @@ See for more details. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/prime-factors/README.md b/exercises/prime-factors/README.md index 493198e30e..9ebf54eccc 100644 --- a/exercises/prime-factors/README.md +++ b/exercises/prime-factors/README.md @@ -34,7 +34,7 @@ You can check this yourself: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/protein-translation/README.md b/exercises/protein-translation/README.md index 744a694cd8..cf3dfba2d2 100644 --- a/exercises/protein-translation/README.md +++ b/exercises/protein-translation/README.md @@ -47,7 +47,7 @@ Learn more about [protein translation on Wikipedia](http://en.wikipedia.org/wiki Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/proverb/README.md b/exercises/proverb/README.md index ae1cddb6a4..8ba3fb3dfb 100644 --- a/exercises/proverb/README.md +++ b/exercises/proverb/README.md @@ -32,7 +32,7 @@ Given the nouns, "nail", "shoe", "horse", "rider", "message", and a qualifier " Go through the setup instructions for EcmaScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/pythagorean-triplet/README.md b/exercises/pythagorean-triplet/README.md index 5e582c2bf1..f5d53ed97a 100644 --- a/exercises/pythagorean-triplet/README.md +++ b/exercises/pythagorean-triplet/README.md @@ -22,7 +22,7 @@ Find the product a * b * c. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/queen-attack/README.md b/exercises/queen-attack/README.md index f0808f8301..93b16e1b19 100644 --- a/exercises/queen-attack/README.md +++ b/exercises/queen-attack/README.md @@ -31,7 +31,7 @@ share a diagonal. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/raindrops/README.md b/exercises/raindrops/README.md index 6227a71bc7..2cca314c15 100644 --- a/exercises/raindrops/README.md +++ b/exercises/raindrops/README.md @@ -22,7 +22,7 @@ Convert a number to a string, the contents of which depend on the number's facto Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/rna-transcription/README.md b/exercises/rna-transcription/README.md index 37a0949c03..445dbafd7d 100644 --- a/exercises/rna-transcription/README.md +++ b/exercises/rna-transcription/README.md @@ -23,7 +23,7 @@ each nucleotide with its complement: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/robot-name/README.md b/exercises/robot-name/README.md index fd219c1e53..9704fe5d0d 100644 --- a/exercises/robot-name/README.md +++ b/exercises/robot-name/README.md @@ -20,7 +20,7 @@ every existing robot has a unique name. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/robot-simulator/README.md b/exercises/robot-simulator/README.md index 1869d293e2..a48904b133 100644 --- a/exercises/robot-simulator/README.md +++ b/exercises/robot-simulator/README.md @@ -32,7 +32,7 @@ direction it is pointing. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/roman-numerals/README.md b/exercises/roman-numerals/README.md index 977a7adf3b..4fedb0082e 100644 --- a/exercises/roman-numerals/README.md +++ b/exercises/roman-numerals/README.md @@ -47,7 +47,7 @@ See also: http://www.novaroma.org/via_romana/numbers.html Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/run-length-encoding/README.md b/exercises/run-length-encoding/README.md index b53049ceb1..17bdba9a3d 100644 --- a/exercises/run-length-encoding/README.md +++ b/exercises/run-length-encoding/README.md @@ -28,7 +28,7 @@ be decoded will always represent the count for the following character. Go through the setup instructions for EcmaScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/saddle-points/README.md b/exercises/saddle-points/README.md index 4b3c10dc91..f2de641b8a 100644 --- a/exercises/saddle-points/README.md +++ b/exercises/saddle-points/README.md @@ -31,7 +31,7 @@ but the tests for this exercise follow the above unambiguous definition. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/say/README.md b/exercises/say/README.md index 9eb5aecc1a..467dde219d 100644 --- a/exercises/say/README.md +++ b/exercises/say/README.md @@ -67,7 +67,7 @@ Use _and_ (correctly) when spelling out the number in English: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/scrabble-score/README.md b/exercises/scrabble-score/README.md index a2eb9c92d6..79b4632201 100644 --- a/exercises/scrabble-score/README.md +++ b/exercises/scrabble-score/README.md @@ -42,7 +42,7 @@ And to total: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/secret-handshake/README.md b/exercises/secret-handshake/README.md index 3de3408a6d..f8484fba4d 100644 --- a/exercises/secret-handshake/README.md +++ b/exercises/secret-handshake/README.md @@ -33,7 +33,7 @@ has caused the array to be reversed. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/series/README.md b/exercises/series/README.md index c959914a71..8ba99afae6 100644 --- a/exercises/series/README.md +++ b/exercises/series/README.md @@ -25,7 +25,7 @@ in the input; the digits need not be *numerically consecutive*. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/sieve/README.md b/exercises/sieve/README.md index f22b011db7..329a5b55d3 100644 --- a/exercises/sieve/README.md +++ b/exercises/sieve/README.md @@ -32,7 +32,7 @@ correct list of primes. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/simple-cipher/README.md b/exercises/simple-cipher/README.md index 7ecd5a0ac6..7ee1c4507b 100644 --- a/exercises/simple-cipher/README.md +++ b/exercises/simple-cipher/README.md @@ -88,7 +88,7 @@ on Wikipedia][dh] for one of the first implementations of this scheme. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/simple-linked-list/README.md b/exercises/simple-linked-list/README.md index 5d778c7ac4..ab992a46bc 100644 --- a/exercises/simple-linked-list/README.md +++ b/exercises/simple-linked-list/README.md @@ -26,7 +26,7 @@ implement your own abstract data type. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/space-age/README.md b/exercises/space-age/README.md index 83f829cec8..c04c83fef0 100644 --- a/exercises/space-age/README.md +++ b/exercises/space-age/README.md @@ -22,7 +22,7 @@ youtube video](http://www.youtube.com/watch?v=Z_2gbGXzFbs). Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/strain/README.md b/exercises/strain/README.md index 4ea8f947dc..26682f41a1 100644 --- a/exercises/strain/README.md +++ b/exercises/strain/README.md @@ -38,7 +38,7 @@ basic tools instead. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/sublist/README.md b/exercises/sublist/README.md index 390f212432..4acc540d84 100644 --- a/exercises/sublist/README.md +++ b/exercises/sublist/README.md @@ -22,7 +22,7 @@ Examples: Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/sum-of-multiples/README.md b/exercises/sum-of-multiples/README.md index 9d3f803eaf..16ae46c0a7 100644 --- a/exercises/sum-of-multiples/README.md +++ b/exercises/sum-of-multiples/README.md @@ -16,7 +16,7 @@ up to but not including that number. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/transpose/README.md b/exercises/transpose/README.md index d8f8547317..51f50f7c47 100644 --- a/exercises/transpose/README.md +++ b/exercises/transpose/README.md @@ -63,7 +63,7 @@ the corresponding output row should contain the spaces in its right-most column( Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/triangle/README.md b/exercises/triangle/README.md index 194886f1cb..e6efbab338 100644 --- a/exercises/triangle/README.md +++ b/exercises/triangle/README.md @@ -24,7 +24,7 @@ a single line. Feel free to add your own code/tests to check for degenerate tria Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/trinary/README.md b/exercises/trinary/README.md index dc91cbbab7..88cd427fba 100644 --- a/exercises/trinary/README.md +++ b/exercises/trinary/README.md @@ -26,7 +26,7 @@ conversion, pretend it doesn't exist and implement it yourself. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/twelve-days/README.md b/exercises/twelve-days/README.md index 7c7ccc869a..76207194e3 100644 --- a/exercises/twelve-days/README.md +++ b/exercises/twelve-days/README.md @@ -34,7 +34,7 @@ On the twelfth day of Christmas my true love gave to me, twelve Drummers Drummin Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/two-bucket/README.md b/exercises/two-bucket/README.md index 47844a6c0f..84c50fb01d 100644 --- a/exercises/two-bucket/README.md +++ b/exercises/two-bucket/README.md @@ -34,7 +34,7 @@ Written with <3 at [Fullstack Academy](http://www.fullstackacademy.com/) by [Lin Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/two-fer/README.md b/exercises/two-fer/README.md index b5a932d65d..e8377ec1a2 100644 --- a/exercises/two-fer/README.md +++ b/exercises/two-fer/README.md @@ -17,7 +17,7 @@ If the given name is "Alice", the result should be "One for Alice, one for me." Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/word-count/README.md b/exercises/word-count/README.md index 05956302e3..3ff8206a3f 100644 --- a/exercises/word-count/README.md +++ b/exercises/word-count/README.md @@ -17,7 +17,7 @@ free: 1 Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/word-search/README.md b/exercises/word-search/README.md index b423f164d0..7f438188aa 100644 --- a/exercises/word-search/README.md +++ b/exercises/word-search/README.md @@ -31,7 +31,7 @@ letter of each word. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements diff --git a/exercises/wordy/README.md b/exercises/wordy/README.md index 07921b311c..fcfebd4b76 100644 --- a/exercises/wordy/README.md +++ b/exercises/wordy/README.md @@ -61,7 +61,7 @@ If you'd like, handle exponentials. Go through the setup instructions for ECMAScript to install the necessary dependencies: -http://exercism.io/languages/ecmascript +http://exercism.io/languages/ecmascript/installation ## Requirements