diff options
| author | Mark Otto <[email protected]> | 2014-03-24 19:13:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-24 19:13:29 -0700 |
| commit | 5c2a9fc9c3009276b3e11cb5a1587a51bb1deb78 (patch) | |
| tree | bb20ce47b02bc697fe3ff4152b8a22608749d9cf /docs/examples | |
| parent | c6648d58f047a4889c9e46dc3d1d22e5e17ffe2a (diff) | |
| download | bootstrap-5c2a9fc9c3009276b3e11cb5a1587a51bb1deb78.tar.xz bootstrap-5c2a9fc9c3009276b3e11cb5a1587a51bb1deb78.zip | |
Fixes #13158: add link to nonresponsive docs in the example
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/non-responsive/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 3925d83df..6cd0a06fa 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -73,7 +73,7 @@ <div class="page-header"> <h1>Non-responsive Bootstrap</h1> - <p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier.</p> + <p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier. <a href="http://getbootstrap.com/getting-started/#disable-responsive">Read the documentation</a> for more information.</p> </div> <h3>What changes</h3> |
