Просмотр исходного кода

Remove leading 'x' from repository name

The leading 'x' is kind of arbitrary. Especially now that we can set
topics on the repositories, we don't need a pattern to distinguish what
is a track or not.

The repository itself has already been renamed. GitHub redirects from
the old name to the new name, so we do not have to rush to fix links to
the old repository name, though we should update them for the sake of
clarity.
Katrina Owen 9 лет назад
Родитель
Сommit
c9b592d9bf
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      config.json

+ 1
- 1
config.json Просмотреть файл

@@ -1,7 +1,7 @@
1 1
 {
2 2
   "slug": "java",
3 3
   "language": "Java",
4
-  "repository": "https://github.com/exercism/xjava",
4
+  "repository": "https://github.com/exercism/java",
5 5
   "active": true,
6 6
   "exercises": [
7 7
     {