Skip to content

Commit 0801e9b

Browse files
authored
content: Fix broken link
1 parent 9bbbfb5 commit 0801e9b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎content/en/functions/css/Sass.md‎

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,28 @@ There's one key exception where you can skip this step: you have committed your
131131

132132
By committing the `resources` directory, you're providing the pre-built CSS files directly to your CI/CD service, so it doesn't need to run the Sass compilation itself.
133133

134-
For examples of how to install Dart Sass in a production environment, see the following workflow files:
134+
For examples of how to install Dart Sass in a production environment, see these hosting guides:
135135

136+
- [Cloudflare]
136137
- [GitHub Pages]
137138
- [GitLab Pages]
138139
- [Netlify]
140+
- [Render]
141+
- [Vercel]
139142

140143
[`publishDir`]: /configuration/all/#publishdir
141144
[`useResourceCacheWhen`]: /configuration/build/#useresourcecachewhen
142145
[brew.sh]: https://brew.sh/
143146
[chocolatey.org]: https://community.chocolatey.org/packages/sass
147+
[Cloudflare]: /host-and-deploy/host-on-cloudflare/
144148
[dart sass]: https://sass-lang.com/dart-sass
145-
[GitHub Pages]: /host-and-deploy/host-on-github-pages/#step-7
146-
[GitLab Pages]: /host-and-deploy/host-on-gitlab-pages/#configure-gitlab-cicd
149+
[GitHub Pages]: /host-and-deploy/host-on-github-pages/
150+
[GitLab Pages]: /host-and-deploy/host-on-gitlab-pages/
147151
[libsass]: https://sass-lang.com/libsass
148-
[Netlify]: /host-and-deploy/host-on-netlify/#configuration-file
152+
[Netlify]: /host-and-deploy/host-on-netlify/
149153
[prebuilt binaries]: https://github.com/sass/dart-sass/releases/latest
154+
[Render]: /host-and-deploy/host-on-render/
150155
[scoop.sh]: https://scoop.sh/#/apps?q=sass
151156
[snap package]: /installation/linux/#snap
152157
[snapcraft.io]: https://snapcraft.io/dart-sass
158+
[Vercel]: /host-and-deploy/host-on-vercel/

0 commit comments

Comments
��(0)