From 84bb667e008b2455e3c17b838238ecf785a8a398 Mon Sep 17 00:00:00 2001 From: Nicholas Thomson Date: Tue, 18 Oct 2016 13:07:13 -0400 Subject: [PATCH] Fix broken link to Nib --- public/docs/development/stylus.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/development/stylus.md b/public/docs/development/stylus.md index ab083ce..5bdad06 100644 --- a/public/docs/development/stylus.md +++ b/public/docs/development/stylus.md @@ -50,10 +50,10 @@ If you are familiar with Sass, you will accustomed to naming your partials with ## Using Nib -[Nib](http://visionmedia.github.io/nib/) is a library of mixins and utilities for Stylus. The fastest way to add Nib to your Harp app is to clone the Nib Git repository: +[Nib](http://tj.github.io/nib/) is a library of mixins and utilities for Stylus. The fastest way to add Nib to your Harp app is to clone the Nib Git repository: ```sh -git clone https://github.com/visionmedia/nib.git /path/to/myapp.harp.io/public/css/_nib +git clone https://github.com/tj/nib.git /path/to/myapp.harp.io/public/css/_nib ``` Now, in `style.styl` from the previous example, I can bring in Nib. @@ -69,4 +69,4 @@ body ## Also see - [Official Site](http://learnboost.github.io/stylus/) -- [Nib Documentation](http://visionmedia.github.io/nib/) \ No newline at end of file +- [Nib Documentation](http://tj.github.io/nib/)