From 5fb112e1bd4310b0362be2b0b78316ebcedeb3e3 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Mon, 7 Dec 2015 10:19:11 -0800 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ecab0ff..34335c36 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ GSS engine [![Build Status](https://travis-ci.org/gss/engine.png?branch=master)] [![Cross-browser testing status](https://saucelabs.com/browser-matrix/gss-engine.svg)](https://saucelabs.com/u/gss-engine) -Compiles and runs Grid Style Sheet (GSS) rules. GSS is an implementation of Badros & Borning's [Constraint Cascading Style Sheets](http://www.cs.washington.edu/research/constraints/web/ccss-uwtr.pdf), enabling far better layout control through building relational rules between different elements. +Compiles and runs Grid Style Sheet (GSS) rules. GSS is an implementation of Badros & Borning's [Constraint Cascading Style Sheets](http://constraints.cs.washington.edu/web/ccss-uwtr.pdf), enabling far better layout control through building relational rules between different elements. GSS supports the following syntaxes for defining layout rules: -* [CCSS](https://github.com/gss/ccss-compiler#readme) - direct constraints related to position and size of DOM elements +* [CCSS](https://github.com/gss/parser#readme) - direct constraints related to position and size of DOM elements * [VFL](https://github.com/gss/vfl-compiler#readme) - horizontal and vertical spacing constraints based on [Apple's Visual Format Language](https://developer.apple.com/library/ios/documentation/userexperience/conceptual/AutolayoutPG/VisualFormatLanguage/VisualFormatLanguage.html) Please refer to for documentation and usage instructions.