From 90502e96a6efc939ae575138ea154be8f2722bff Mon Sep 17 00:00:00 2001 From: John Yeates Date: Fri, 30 Sep 2022 14:17:11 +0100 Subject: [PATCH] Fix compatibility chart link in README.md http://sass-compatibility.github.io seems to have be gone for over a year now. Replaced with an archive.org link to the most recent version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5c8b59..a9d951a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ application.css file. ## LibSass Compatibility With Ruby Sass For a look at the compatibility between Ruby Sass and LibSass, check this -[compatibility chart](http://sass-compatibility.github.io/) out. +[compatibility chart](https://web.archive.org/web/20201008171201/http://sass-compatibility.github.io/) out. ## Installation