From 5cb1407ad565689ab0718dcdfe93f3235c553075 Mon Sep 17 00:00:00 2001 From: Tom K Date: Mon, 26 Nov 2018 01:44:27 -0800 Subject: [PATCH] Added link to Bootstrap Documentation (#23624) * Added link to Bootstrap Documentation * corrected link syntax entered by contributor * Created "More Information" --- guide/english/bootstrap/tabs-and-pills/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/bootstrap/tabs-and-pills/index.md b/guide/english/bootstrap/tabs-and-pills/index.md index 537dcfa7be..2ece970807 100644 --- a/guide/english/bootstrap/tabs-and-pills/index.md +++ b/guide/english/bootstrap/tabs-and-pills/index.md @@ -114,3 +114,7 @@ Add dropdown menus to your nav pills. ``` ![Pills with Dropdowns](https://github.com/TroyB12/Pictures/blob/master/Bootstrap%20Pills%20Dropdown.PNG) + + +#### More Information +- [Bootstrap Documentation for Tabs and Pills](https://getbootstrap.com/docs/4.1/components/navs/#tabs)