Skip to content

Commit 6eaa427

Browse files
committed
Fix remaining x-common references
1 parent 836ce81 commit 6eaa427

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/MAINTAINING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As a maintainer, you have write access to several repositories. "write access"
1616

1717
### Exercism-wide
1818

19-
- [x-common](https://github.com/exercism/x-common) — the library of canonical exercises.
19+
- [problem-specifications](https://github.com/exercism/problem-specifications) — the library of canonical exercises.
2020
- [discussions](https://github.com/exercism/discussions) — the place where project-wide conversations happen.
2121
[issues sorted by most recently updated.](https://github.com/exercism/discussions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
2222
- [docs](https://github.com/exercism/docs) - the place to find project-wide documentation.

exercises/hello-world/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ The entire of Exercism is Open Source and is the labor of love for over
562562

563563
A starting point to jumping in can be found here:
564564

565-
https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md
565+
https://github.com/exercism/problem-specifications/blob/master/CONTRIBUTING.md
566566

567567

568568
----

exercises/perfect-numbers/src/test/java/NaturalNumberTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
/*
99
* version: 1.0.0
10-
* https://github.com/exercism/x-common/blob/19d0c7714ce664a1ad762af624c17f8e269fa8b2/exercises/perfect-numbers/canonical-data.json
1110
*/
1211
public class NaturalNumberTest {
1312

0 commit comments

Comments
 (0)