diff options
| author | Mark Otto <[email protected]> | 2013-07-27 00:28:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-27 00:28:23 -0700 |
| commit | 94df8090a7771b463c7661b7b0aeecac328b00f4 (patch) | |
| tree | fb60b4c1414b97a8af50e5186b150d2472c13c73 /customize.html | |
| parent | 0f2b22a21087cc64fd67c1e3e72560d6fd469588 (diff) | |
| download | bootstrap-94df8090a7771b463c7661b7b0aeecac328b00f4.tar.xz bootstrap-94df8090a7771b463c7661b7b0aeecac328b00f4.zip | |
fixes for hella broken links on account of jekyll and twbs.github.com links
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/customize.html b/customize.html index cc90d665d..1a4adaf3d 100644 --- a/customize.html +++ b/customize.html @@ -14,7 +14,7 @@ base_url: "../" <button class="btn btn-default toggle" type="button">Toggle all</button> <h1 id="less">LESS files</h1> </div> - <p class="lead">Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="/css/">CSS</a> and <a href="/components/">Components</a> pages in the docs</p> + <p class="lead">Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="../css/">CSS</a> and <a href="/components/">Components</a> pages in the docs</p> <h3>Basics</h3> <div class="row"> @@ -269,7 +269,7 @@ base_url: "../" <button class="btn btn-default toggle" type="button">Toggle all</button> <h1 id="plugins">jQuery plugins</h1> </div> - <p class="lead">Choose which jQuery plugins should be included in your custom JavaScript files. Unsure what to include? Read the <a href="/javascript/">JavaScript</a> page in the docs.</p> + <p class="lead">Choose which jQuery plugins should be included in your custom JavaScript files. Unsure what to include? Read the <a href="../javascript/">JavaScript</a> page in the docs.</p> <div class="row"> <div class="col-lg-6"> <h4>Linked to components</h4> |
