diff options
| author | Mark Otto <[email protected]> | 2015-02-24 16:28:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-02-24 16:28:36 -0800 |
| commit | 7e594b4b03edcb779be7a0865d0078f60749785d (patch) | |
| tree | d2bcf78aed3029e0857fc5cbd2e7d9541b088c71 /docs/_includes | |
| parent | 2457b40eab7336b906e84fcc0abcc1ba487655bd (diff) | |
| parent | 3425489273d8e0d1111427e5cdaeaa869750f03f (diff) | |
| download | bootstrap-7e594b4b03edcb779be7a0865d0078f60749785d.tar.xz bootstrap-7e594b4b03edcb779be7a0865d0078f60749785d.zip | |
Merge pull request #15903 from michael-k/patch-1
Updated license links
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index afb25b2ab..4d3690303 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -6,7 +6,7 @@ <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>.</p> <p>Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p> - <p>Code licensed under <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p>Code licensed under <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p> <ul class="bs-docs-footer-links text-muted"> <li>Currently v{{ site.current_version }}</li> <li>·</li> |
