diff options
author | 2021-09-23 20:52:26 -0400 | |
---|---|---|
committer | 2021-09-23 19:52:26 -0500 | |
commit | bc01a49e33bca648b92ca078e2bd0f01563cbb9f (patch) | |
tree | d5ac8015834969b473a560ec610e987369c64823 | |
parent | 2ac02255a31049d36b661b9c47d5176ab9cbff8b (diff) | |
download | astro-bc01a49e33bca648b92ca078e2bd0f01563cbb9f.tar.gz astro-bc01a49e33bca648b92ca078e2bd0f01563cbb9f.tar.zst astro-bc01a49e33bca648b92ca078e2bd0f01563cbb9f.zip |
update code to match description (#1422)
-rw-r--r-- | docs/src/pages/guides/styling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/styling.md b/docs/src/pages/guides/styling.md index 7366cc107..6eda32bd3 100644 --- a/docs/src/pages/guides/styling.md +++ b/docs/src/pages/guides/styling.md @@ -166,7 +166,7 @@ As of [version 0.20.0](https://github.com/snowpackjs/astro/releases/tag/astro%40 ```astro <link rel="stylesheet" - href={Astro.resolve("../assets/global.css")} + href={Astro.resolve("../styles/global.css")} > ``` |