From b3a6f50b73e0f89a35508eb312b64381f9968747 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sun, 18 Jun 2017 10:55:48 -0600 Subject: [PATCH] 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. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 344c53b..095c381 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "slug": "elm", "language": "Elm", - "repository": "https://github.com/exercism/xelm", + "repository": "https://github.com/exercism/elm", "active": true, "exercises": [ {