README.md in simple_navigation_bootstrap-1.1.0 vs README.md in simple_navigation_bootstrap-1.1.1
- old
+ new
@@ -9,10 +9,11 @@
[![Test Coverage](https://codeclimate.com/github/jbox-web/simple_navigation_bootstrap/badges/coverage.svg)](https://codeclimate.com/github/jbox-web/simple_navigation_bootstrap/coverage)
This gem adds Bootstrap renderers for [Simple Navigation](https://github.com/codeplant/simple-navigation). For now, it is include renderers for:
* [Bootstrap 2 navigation](http://getbootstrap.com/2.3.2/components.html#navbar)
-* [Bootstrap 3 navigation](http://getbootstrap.com/components/#navbar)
+* [Bootstrap 3 navigation](https://getbootstrap.com/docs/3.3/components/#navbar)
+* [Bootstrap 4 navigation](https://getbootstrap.com/docs/4.0/components/navbar/)
With these renderers you will be able create **any Bootstrap navigation elements**, such as: **submenu**, **navbar-text**, **divider**, **header**.
As well as add **icons** to menu elements, such as: Glyphicons, Font Awesome icons, even custom icons. Also you have **split** option for main menu containing submenu.
*This gem is a fork of [ShPakvel/simple\_navigation\_renderers](https://github.com/ShPakvel/simple_navigation_renderers).*