@@ -42,7 +42,7 @@ tests have been generated; see [Generated Test Suites](#generated-test-suites).
42
42
** Most exercises can be generated from shared inputs/outputs, called canonical
43
43
data (see [ Generated Test Suites] ( #generated-test-suites ) below).** To find out
44
44
whether a test has canonical data, check
45
- the [ x-common repo] ( https://github.com/exercism/x-common /tree/master/exercises ) .
45
+ the [ problem-specifications repo] ( https://github.com/exercism/problem-specifications /tree/master/exercises ) .
46
46
47
47
## Running the Tests
48
48
@@ -93,12 +93,12 @@ generator. If a generator is available for your exercise, you can
93
93
94
94
If not, you will need to [ implement a new generator] ( #implementing-a-generator )
95
95
96
- Generated exercises depend on the [ the shared metadata] [ x-common ] , which must be
96
+ Generated exercises depend on the [ the shared metadata] [ problem-specifications ] , which must be
97
97
cloned to the same directory that contains your clone of the ruby repository:
98
98
99
99
```
100
100
tree -L 1 ~/code/exercism
101
- ├── x-common
101
+ ├── problem-specifications
102
102
└── ruby
103
103
```
104
104
@@ -119,16 +119,16 @@ There are two reasons why a test suite might change:
119
119
1 . there might be issues with the style or boilerplate
120
120
121
121
In the first case, the changes need to be made to the ` canonical-data.json ` file for
122
- the exercise, which lives in the x-common repository.
122
+ the exercise, which lives in the problem-specifications repository.
123
123
124
124
```
125
- ../x-common /exercises/<slug>/
125
+ ../problem-specifications /exercises/<slug>/
126
126
├── canonical-data.json
127
127
├── description.md
128
128
└── metadata.yml
129
129
```
130
130
131
- This change will need to be submitted as a pull request to the x-common
131
+ This change will need to be submitted as a pull request to the problem-specifications
132
132
repository. This pull request needs to be merged before you can regenerate the
133
133
exercise.
134
134
@@ -253,7 +253,7 @@ string indices to integer indices.
253
253
## READMEs
254
254
255
255
Do not add a README or README.md file to the exercise's directory. The READMEs
256
- are constructed using shared metadata, which lives in the [ x-common ] [ ] repo.
256
+ are constructed using shared metadata, which lives in the [ problem-specifications ] [ ] repo.
257
257
258
258
## Contributing Guide
259
259
@@ -265,4 +265,4 @@ please see the
265
265
## Ruby icon
266
266
The Ruby icon is the Vienna.rb logo, and is used with permission. Thanks Floor Dress :)
267
267
268
- [ x-common ] : https://github.com/exercism/x-common
268
+ [ problem-specifications ] : https://github.com/exercism/problem-specifications
0 commit comments