From 4bebf54cf03330e43191f6928eb0867a2fd4c16a Mon Sep 17 00:00:00 2001 From: Joachim Kudish Date: Wed, 23 Jan 2013 18:18:13 +0200 Subject: [PATCH 1/2] Update Theme URL to github MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Theme URL was previously pointing to an old Automattic svn repository that no longer exists.  This change points the URL back to the main `_s` GitHub repository where it is now being developed on. Alternatively it could point to underscores.me --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3a05717e..14d7f356 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: _s -Theme URI: https://wpcom-themes.svn.automattic.com/_s/ +Theme URI: https://github.com/Automattic/_s/ Author: Automattic Author URI: http://automattic.com/ Description: Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for. From a1d6fd95fea677945ca4f0297bade7c76a9a6cb4 Mon Sep 17 00:00:00 2001 From: Joachim Kudish Date: Wed, 23 Jan 2013 18:23:32 +0200 Subject: [PATCH 2/2] Update Theme URL The Theme URL was previously pointing to an old Automattic svn repository that no longer exists. This change points the URL to underscores.me which is the site that promotes the theme. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 14d7f356..5ebcde7f 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: _s -Theme URI: https://github.com/Automattic/_s/ +Theme URI: http://underscores.me Author: Automattic Author URI: http://automattic.com/ Description: Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.