diff --git a/README.md b/README.md index ea425687b..ab76a3571 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ Of course you can also add a totally new exercise, but it might be a good idea t #### Updating an exercise test suite Updating a test suite of an existing exercise is special because it usually affects all languages. -You can refer to the [documentation on updating a test suite](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md#updating-an-exercise-test-suite). +You can refer to the [documentation on updating a test suite](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/README.md#updating-an-exercise-test-suite). Note that the whole test suite must run with the sample solution within a couple of seconds. ### Repository structure and conventions -The [track anatomy documentation](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md#track-anatomy) is a general description of all the files and directories that are not explicitly described below. +The [track anatomy documentation](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/README.md#track-anatomy) is a general description of all the files and directories that are not explicitly described below. #### Directory structure ```bash