diff options
| author | Mark Otto <[email protected]> | 2013-09-23 19:08:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-23 19:08:50 -0700 |
| commit | 62c9199dc51ca674fb836d67eb2c5158d740514a (patch) | |
| tree | 198de69906bb52a6673e7d805bca2a49067b9891 /getting-started.html | |
| parent | 5911d95d6964dc4cd1448e79a84a67fe2f123b82 (diff) | |
| parent | f503efc49086becc312665000fcbce4b9df3750d (diff) | |
| download | bootstrap-62c9199dc51ca674fb836d67eb2c5158d740514a.tar.xz bootstrap-62c9199dc51ca674fb836d67eb2c5158d740514a.zip | |
Merge pull request #10770 from twbs/rename-assets
move /assets/ to /docs-assets/ ; fixes #10715
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html index 80069c45c..4cc0aa4fe 100644 --- a/getting-started.html +++ b/getting-started.html @@ -61,7 +61,7 @@ base_url: "../" <div class="page-header"> <h1 id="whats-included">What's included</h1> </div> - <p class="lead">Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.</p> + <p class="lead">Within the download you'll find the following directories and files, logically grouping common resources and providing both compiled and minified variations.</p> <p>Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:</p> {% highlight bash %} @@ -109,8 +109,8 @@ bootstrap/ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../assets/js/html5shiv.js"></script> - <script src="../../assets/js/respond.min.js"></script> + <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> <body> |
