Skip to content

Commit c0fca1a

Browse files
Katrina Owenpetertseng
Katrina Owen
authored andcommitted
Link to new contributing documentation (#578)
We moved the contributing documentation out of the problem specifications repository. Test suites: exercism/docs#4 exercism/docs#15 exercism/docs#66 Anatomy: exercism/docs#74
1 parent 27c3a5c commit c0fca1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ Of course you can also add a totally new exercise, but it might be a good idea t
5454

5555
#### Updating an exercise test suite
5656
Updating a test suite of an existing exercise is special because it usually affects all languages.
57-
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).
57+
You can refer to the [documentation on updating a test suite](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/README.md#changing-exercise-test-suites) and the [test suite principles](https://github.com/exercism/docs/blob/master/language-tracks/exercises/anatomy/test-suites.md).
5858
Note that the whole test suite must run with the sample solution within a couple of seconds.
5959

6060
### Repository structure and conventions
61-
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.
61+
The [track anatomy documentation](https://github.com/exercism/docs/blob/master/language-tracks/README.md) is a general description of all the files and directories that are not explicitly described below.
6262

6363
#### Directory structure
6464
```bash

0 commit comments

Comments
 (0)