Explorar el Código

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 hace 9 años
padre
commit
c9b592d9bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config.json

+ 1
- 1
config.json Ver fichero

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