diff options
| author | Chris Rebert <[email protected]> | 2014-01-15 15:02:13 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-15 15:04:38 -0800 |
| commit | a624981ef334c64adf5df829f02cda95528782f1 (patch) | |
| tree | 086fc26ba279593c38237b12d7beb342be9e2a3d /docs | |
| parent | 9039a5e90b980c61cf820e499d84e2a30de948b2 (diff) | |
| download | bootstrap-a624981ef334c64adf5df829f02cda95528782f1.tar.xz bootstrap-a624981ef334c64adf5df829f02cda95528782f1.zip | |
add link to Sass CONTRIBUTING file in the About page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about.html b/docs/about.html index e5bd120a3..7033838ea 100644 --- a/docs/about.html +++ b/docs/about.html @@ -145,7 +145,7 @@ lead: "Learn about the history of Bootstrap, meet the core team, and check out t </a> </div> </div> - <p>The <a href="{{ site.sass_repo }}">official Sass port of Bootstrap</a> was created and is maintained by this team. It became part of Bootstrap's organization with v3.1.</p> + <p>The <a href="{{ site.sass_repo }}">official Sass port of Bootstrap</a> was created and is maintained by this team. It became part of Bootstrap's organization with v3.1. Read the Sass <a href="https://github.com/twbs/bootstrap-sass/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how the Sass port is developed.</p> </div> |
