aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/about
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2017-09-05 01:36:09 +0300
committerMark Otto <[email protected]>2017-09-05 21:00:40 -0700
commitfbd1f52f896c599211c24c5c86d04fbbb3e88165 (patch)
tree97fda98f2ce0e139c39f1de270008ab9b824f5cb /docs/4.0/about
parent0b1875d0802dc271a165862ae49c6bbb6a56986c (diff)
downloadbootstrap-fbd1f52f896c599211c24c5c86d04fbbb3e88165.tar.xz
bootstrap-fbd1f52f896c599211c24c5c86d04fbbb3e88165.zip
Use site.repo in docs
Diffstat (limited to 'docs/4.0/about')
-rw-r--r--docs/4.0/about/history.md2
-rw-r--r--docs/4.0/about/license.md2
-rw-r--r--docs/4.0/about/team.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/4.0/about/history.md b/docs/4.0/about/history.md
index 059388635..b63845bfc 100644
--- a/docs/4.0/about/history.md
+++ b/docs/4.0/about/history.md
@@ -11,4 +11,4 @@ Originally created by a designer and a developer at Twitter, Bootstrap has becom
Bootstrap was created at Twitter in mid-2010 by [@mdo](https://twitter.com/mdo) and [@fat](https://twitter.com/fat). Prior to being an open-sourced framework, Bootstrap was known as _Twitter Blueprint_. A few months into development, Twitter held its [first Hack Week](https://blog.twitter.com/2010/hack-week) and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today.
-Originally [released](https://blog.twitter.com/2011/bootstrap-from-twitter) on [<time datetime="2011-08-19 11:25">Friday, August 19, 2011</time>](https://twitter.com/mdo/statuses/104620039650557952), we've since had over [twenty releases](https://github.com/twbs/bootstrap/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.
+Originally [released](https://blog.twitter.com/2011/bootstrap-from-twitter) on [<time datetime="2011-08-19 11:25">Friday, August 19, 2011</time>](https://twitter.com/mdo/statuses/104620039650557952), we've since had over [twenty releases]({{ site.repo }}/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.
diff --git a/docs/4.0/about/license.md b/docs/4.0/about/license.md
index d614731bf..39720029d 100644
--- a/docs/4.0/about/license.md
+++ b/docs/4.0/about/license.md
@@ -31,4 +31,4 @@ Bootstrap is released under the MIT license and is copyright {{ site.time | date
- Include the source of Bootstrap itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it
- Submit changes that you make to Bootstrap back to the Bootstrap project (though such feedback is encouraged)
-The full Bootstrap license is located [in the project repository]({{ site.repo }}/blob/master/LICENSE) for more information.
+The full Bootstrap license is located [in the project repository]({{ site.repo }}/blob/v{{ site.current_version }}/LICENSE) for more information.
diff --git a/docs/4.0/about/team.md b/docs/4.0/about/team.md
index aa575f8f2..d34c5b6f4 100644
--- a/docs/4.0/about/team.md
+++ b/docs/4.0/about/team.md
@@ -19,4 +19,4 @@ Bootstrap is maintained by the founding team and a small group of invaluable cor
{% endfor %}
</div>
-Get involved with Bootstrap development by [opening an issue](https://github.com/twbs/bootstrap/issues/new) or submitting a pull request. Read our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) for information on how we develop.
+Get involved with Bootstrap development by [opening an issue]({{ site.repo }}/issues/new) or submitting a pull request. Read our [contributing guidelines]({{ site.repo }}/blob/v{{ site.current_version }}/.github/CONTRIBUTING.md) for information on how we develop.