From 1703c44679f6f9e14369c56e7bc75dae0e48ee3c Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Thu, 29 Oct 2015 13:25:18 -0400 Subject: [PATCH] Change URL of pull request so it's not altered by generator * Fixes https://github.com/Automattic/underscores.me/issues/39 * Related to #808 --- js/skip-link-focus-fix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/skip-link-focus-fix.js b/js/skip-link-focus-fix.js index 948e8c91..44df0c4b 100644 --- a/js/skip-link-focus-fix.js +++ b/js/skip-link-focus-fix.js @@ -3,7 +3,7 @@ * * Helps with accessibility for keyboard only users. * - * Learn more: https://github.com/Automattic/_s/pull/136 + * Learn more: https://git.io/vWdr2 */ ( function() { var is_webkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1,