From c5bd6a11f6e4a5fd04cf4c11a7f9b03a1a93dfb1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 18 Dec 2018 00:34:08 +0200 Subject: [PATCH] Update webpack.md --- site/docs/4.2/getting-started/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.2/getting-started/webpack.md b/site/docs/4.2/getting-started/webpack.md index b35bf3d2a9..ad4fa2f3ab 100644 --- a/site/docs/4.2/getting-started/webpack.md +++ b/site/docs/4.2/getting-started/webpack.md @@ -36,7 +36,7 @@ to your `package.json` using `npm install --save jquery popper.js`. To enjoy the full potential of Bootstrap and customize it to your needs, use the source files as a part of your project's bundling process. -First, create your own `_custom.scss` and use it to override the [built-in custom variables]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/options/). Then, use your main Sass file to import your custom variables, followed by Bootstrap: +First, create your own `_custom.scss` and use it to override the [built-in custom variables]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/theming/). Then, use your main Sass file to import your custom variables, followed by Bootstrap: {% highlight scss %} @import "custom";