diff --git a/README.md b/README.md index c85bde3..03d5fbe 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ select2-bootstrap-theme only works with Select2 v4.x. Applying the theme require ``` -To apply the theme, tell Select2 to do so by passing `bootstrap` to the [`theme`](https://select2.github.io/examples.html#themes) option when initializing Select2: +To apply the theme, tell Select2 to do so by passing `bootstrap` to the [`theme`](https://select2.org/appearance#themes) option when initializing Select2: ```js $( "#dropdown" ).select2({ diff --git a/src/build.scss b/src/build.scss index 68c0007..a231e4e 100755 --- a/src/build.scss +++ b/src/build.scss @@ -1,3 +1,3 @@ -@import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables"; -@import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/variables"; +@import "~bootstrap-sass/assets/stylesheets/bootstrap/mixins"; @import "select2-bootstrap.scss";