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 /javascript.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 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 6cb6dd11f..c105a4254 100644 --- a/javascript.html +++ b/javascript.html @@ -1618,7 +1618,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () { {% endhighlight %} <div class="bs-callout bs-callout-info"> <h4>Glyphicon Alternative</h4> - <p>With <a href="/css/#glyphicons">Glyphicons</a> available, you may choose to style the left and right toggle buttons with <code>.glyphicon .glyphicon-chevron-left</code> and <code>.glyphicon .glyphicon-chevron-right</code>.</p> + <p>With <a href="{{ site.glyphicons }}">Glyphicons</a> available, you may choose to style the left and right toggle buttons with <code>.glyphicon .glyphicon-chevron-left</code> and <code>.glyphicon .glyphicon-chevron-right</code>.</p> </div> <h3>Optional captions</h3> |
