From 15a32f1734789e8e04597322c4f165694f2937f2 Mon Sep 17 00:00:00 2001 From: John Albin Wilkins Date: Wed, 27 Feb 2013 02:11:59 +0800 Subject: [PATCH] Fix link to picture element proposal in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The picture element proposal has moved to http://www.w3.org/TR/2013/WD-html-picture-element-20130226/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3355bf3d..facfee1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Picturefill -A Responsive Images approach that you can use today, that mimics the [proposed picture element](http://www.w3.org/community/respimg/wiki/Picture_Element_Proposal) using `div`s, for safety sake. +A Responsive Images approach that you can use today, that mimics the [proposed picture element](http://www.w3.org/TR/2013/WD-html-picture-element-20130226/) using `div`s, for safety sake. * Author: Scott Jehl (c) 2012 * License: MIT/GPLv2