From 704f5ef922bf900e3de2c2f75ea6bd8147b5c028 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Tue, 30 Apr 2019 13:42:05 -0700 Subject: [PATCH] Update pages/css/getting-started/index.md Co-Authored-By: emplums --- pages/css/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/css/getting-started/index.md b/pages/css/getting-started/index.md index 45806977f1..578d6cf27a 100644 --- a/pages/css/getting-started/index.md +++ b/pages/css/getting-started/index.md @@ -84,7 +84,7 @@ Don't forget to add the compiled CSS to the `` section of your page. ## Using Primer CSS on a static site -You won't need to install any node modules for a static site, you can use the built CSS. The best thing to do is to [download the built CSS](https://unpkg.com/primer/build/build.css) from the npm module and host it yourself. If that's not an option, you can include a CDN link in your html: +You won't need to install any node modules or Sass compilers for a static site; you can use the built CSS. The best thing to do is to [download the built CSS](https://unpkg.com/@primer/css/dist/primer.css) from the [unpkg.com](https://unpkg.com) and host it yourself. If that's not an option, you can include a CDN link in your HTML: ```html inert=true