aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarón García Hervás <[email protected]>2017-10-01 19:23:48 +0200
committerXhmikosR <[email protected]>2017-10-01 20:23:48 +0300
commit961750e01bb141f216dc81f989cbb86e210f7b8a (patch)
tree405ec7e79de3ae5208b2a07ce06ba9395de74888
parent202cd09407b8845fd54789997701419124946dde (diff)
downloadbootstrap-961750e01bb141f216dc81f989cbb86e210f7b8a.tar.xz
bootstrap-961750e01bb141f216dc81f989cbb86e210f7b8a.zip
Fix link to Extend section in Migration docs (#24192)
-rw-r--r--docs/4.0/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 898283b22..7c70c7221 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -68,7 +68,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
- the upstream version of [Glyphicons](https://glyphicons.com/)
- [Octicons](https://octicons.github.com/)
- [Font Awesome](http://fontawesome.io/)
- - See the [Extend page]({{ site.baseurl }}/docs/{{ site.docs_version }}/extend) for a list of alternatives. Have additional suggestions? Please open an issue or PR.
+ - See the [Extend page]({{ site.baseurl }}/docs/{{ site.docs_version }}/extend/icons/) for a list of alternatives. Have additional suggestions? Please open an issue or PR.
- Dropped the Affix jQuery plugin.
- We recommend using `position: sticky` instead. [See the HTML5 Please entry](http://html5please.com/#sticky) for details and specific polyfill recommendations. One suggestion is to use an `@supports` rule for implementing it (e.g., `@supports (position: sticky) { ... }`)/
- If you were using Affix to apply additional, non-`position` styles, the polyfills might not support your use case. One option for such uses is the third-party [ScrollPos-Styler](https://github.com/acch/scrollpos-styler) library.