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.
This commit is contained in:
Katrina Owen 2017-06-18 10:55:48 -06:00
parent d4317f0047
commit b3a6f50b73

View file

@ -1,7 +1,7 @@
{
"slug": "elm",
"language": "Elm",
"repository": "https://github.com/exercism/xelm",
"repository": "https://github.com/exercism/elm",
"active": true,
"exercises": [
{