diff --git a/docs/source/docs/functions-and-directives.blade.md b/docs/source/docs/functions-and-directives.blade.md index f2ac58614..91f28dd6e 100644 --- a/docs/source/docs/functions-and-directives.blade.md +++ b/docs/source/docs/functions-and-directives.blade.md @@ -17,7 +17,7 @@ Use the `@@tailwind` directive to insert Tailwind's `reset` and `utilities` styl * Normalize.css and some additional base styles. * * You can see the styles here: - * https://github.com/nothingworksinc/tailwindcss/blob/master/css/preflight.css + * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css */ @@tailwind reset; diff --git a/docs/source/docs/installation.blade.md b/docs/source/docs/installation.blade.md index a3b430739..8e06658bd 100644 --- a/docs/source/docs/installation.blade.md +++ b/docs/source/docs/installation.blade.md @@ -28,7 +28,7 @@ Tailwind is configured almost entirely in plain JavaScript. To do this you'll ne
./node_modules/.bin/tailwind init [filename]
-Alternatively, you can simply copy the default config file [from here](https://github.com/nothingworksinc/tailwindcss/blob/master/defaultConfig.js). +Alternatively, you can simply copy the default config file [from here](https://github.com/tailwindcss/tailwindcss/blob/master/defaultConfig.js). ## 3. Use Tailwind in your CSS @@ -42,7 +42,7 @@ To avoid specificity issues, we highly recommend structuring your main styleshee * Normalize.css and some additional base styles. * * You can see the styles here: - * https://github.com/nothingworksinc/tailwindcss/blob/master/css/preflight.css + * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css */ @@tailwind reset;