From c36e3843ebc37bdcb24929e23053b507aa06a831 Mon Sep 17 00:00:00 2001 From: Nick Cooley Date: Tue, 28 Feb 2012 19:18:47 -0500 Subject: [PATCH] Issue #707 updated link to "http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#partials" --- doc-src/content/help/tutorials/best_practices.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-src/content/help/tutorials/best_practices.markdown b/doc-src/content/help/tutorials/best_practices.markdown index 4c472f7a..a153c343 100644 --- a/doc-src/content/help/tutorials/best_practices.markdown +++ b/doc-src/content/help/tutorials/best_practices.markdown @@ -107,7 +107,7 @@ For instance, don't use `table thead tr th` when a simple `th` selector will suffice. This might mean that you have to separate your styles into several selectors and let the document cascade work to your advantage. -[1]: http://sass-lang.com/yardoc/file.SASS_REFERENCE.html#partials +[1]: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#partials [2]: http://groups.google.com/group/compass-users/browse_frm/thread/0ed216d409476f88 [3]: http://compass-style.org/help/tutorials/configurable-variables/ [4]: http://c2.com/cgi/wiki?DontRepeatYourself