Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-18 01:34:08 +0300
committerMark Otto <otto@github.com>2018-12-21 20:03:29 +0300
commitc5bd6a11f6e4a5fd04cf4c11a7f9b03a1a93dfb1 (patch)
tree6f6f841b46664ddeff328c2489e986850bbc5479 /site
parent140abf4c3d89739d583c07da8545cc4e6407d0a2 (diff)
Update webpack.md
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.2/getting-started/webpack.md2
1 files changed, 1 insertions, 1 deletions
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";