diff --git a/Documentation/Report.rst b/Documentation/Report.rst
index 7a587a0e90b2164801c268cce7868c714394affd..224572221a2733d9da3f2f3a268c71c6ae5bfc8b 100644
--- a/Documentation/Report.rst
+++ b/Documentation/Report.rst
@@ -760,7 +760,7 @@ Column: _link
 +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
 |   |x  |Show          |S                                  |S                          |Show 'show' icon as image                                                                                                               |
 +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
-|   |x  |Glyph         |G:<glyphname>                      |G:glyphicon-envelope       |Show <glyphname>. Check: https://getbootstrap.com/docs/3.4/components/                                                                  |
+|   |x  |Glyph         |G:<glyphname>                      |G:glyphicon-envelope       |Show <glyphname>. Check: :ref:`bootstrap'                                                                                               |
 +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
 |   |x  |Bullet        |B:[<color>]                        |B:green                    |Show bullet with '<color>'. Colors: blue, gray, green, pink, red, yellow. Default Color: green.                                         |
 +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
@@ -3425,12 +3425,22 @@ Use class `vertical` and `qfq-vertical-text`. Example::
 
 Same effect is also possible via special column name `_vertical` (ref:`special-column-names`).
 
+.. _bootstrap:
+
 Bootstrap
 ---------
 
-* Table: `table`
-* Table > hover: `table-hover`
-* Table > condensed: `table-condensed`
+* https://getbootstrap.com/docs/3.4
+* 'Badges <https://getbootstrap.com/docs/3.4/components/#badges>'_
+* 'Panels <https://getbootstrap.com/docs/3.4/components/#panels>'_
+* 'Buttons <https://getbootstrap.com/docs/3.4/css/#buttons>'_
+* 'Glyphicons <https://getbootstrap.com/docs/3.4/components/#glyphicons>'_
+* 'Tables <https://getbootstrap.com/docs/3.4/css/#tables>'_
+
+  * Table: `table`
+  * Table > hover: `table-hover`
+  * Table > condensed: `table-condensed`
+
 
 Example::