aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-23 23:58:38 -0700
committerMark Otto <[email protected]>2013-08-23 23:58:38 -0700
commit700d7e7b2c31ee9e8ad4b208c9c0fb3f2d4a7237 (patch)
tree94bfc82dcd4a8f093c45c194e6937eb33e98383e
parentfc0e7686fba0ea64719ae968585b0e4846ea0c8b (diff)
downloadbootstrap-700d7e7b2c31ee9e8ad4b208c9c0fb3f2d4a7237.tar.xz
bootstrap-700d7e7b2c31ee9e8ad4b208c9c0fb3f2d4a7237.zip
Remove footnote links and inline them; link to contributing guidelines in readme
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index 6e3f0f2ba..0ef9c6a43 100644
--- a/README.md
+++ b/README.md
@@ -65,10 +65,10 @@ When completed, you'll be able to run the various Grunt commands provided from t
### Available Grunt commands
#### Build - `grunt`
-Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [recess] and [UglifyJS].**
+Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
#### Only compile CSS and JavaScript - `grunt dist`
-`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess] and [UglifyJS].**
+`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
#### Tests - `grunt test`
Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI).
@@ -84,7 +84,7 @@ Should you encounter problems with installing dependencies or running Grunt comm
## Contributing
-Please read through our guidelines for contributing to Bootstrap. Included are directions for opening issues, coding standards, and notes on development.
+Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
More over, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo).
@@ -139,7 +139,3 @@ For more information on SemVer, please visit [http://semver.org/](http://semver.
## Copyright and license
Copyright 2013 Twitter, Inc under [the Apache 2.0 license](LICENSE).
-
- [recess]: http://twitter.github.io/recess/ "recess"
- [uglifyjs]: http://lisperator.net/uglifyjs/ "UglifyJS"
-