From b411d52ecad5b7fbc64585ef52ba4e0fff8d61f2 Mon Sep 17 00:00:00 2001 From: Paul Schaefer Date: Sat, 9 Feb 2019 11:06:30 -0500 Subject: [PATCH] Updated a few broken links to Stylus documentation --- public/docs/development/stylus.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/docs/development/stylus.md b/public/docs/development/stylus.md index ab083ce..f3f41e4 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](https://stylus.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/stylus/nib.git /path/to/myapp.harp.io/public/css/_nib ``` Now, in `style.styl` from the previous example, I can bring in Nib. @@ -68,5 +68,5 @@ body ``` ## Also see -- [Official Site](http://learnboost.github.io/stylus/) -- [Nib Documentation](http://visionmedia.github.io/nib/) \ No newline at end of file +- [Official Site](http://stylus-lang.com/) +- [Nib Documentation](https://stylus.github.io/nib/)