diff --git a/README.md b/README.md index 800ab72b0f..b1a45cd4ea 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,8 @@ ## Looking for support? -
- For questions and support please visit the Slack community or StackOverflow. The Babel issue tracker is exclusively for bug reports and feature requests. -
+For questions and support please visit the [Slack community](https://babel-slack.herokuapp.com) or [StackOverflow](http://stackoverflow.com/questions/tagged/babeljs). The Babel issue tracker is **exclusively** for bug reports and feature requests. -## Want to report an issue with `babeljs.io`? +## Want to report an issue with [babeljs.io](https://babeljs.io)? -- For documentation and website issues please visit the babel.github.io repo. -
+For documentation and website issues please visit the babel.github.io repo. diff --git a/doc/design/monorepo.md b/doc/design/monorepo.md index e5bc09bdb4..87d723a359 100644 --- a/doc/design/monorepo.md +++ b/doc/design/monorepo.md @@ -21,8 +21,7 @@ This is quite taboo but let's look at the pros and cons: ## This is dumb! Nobody in open source does this! -[React](https://github.com/facebook/react/tree/master/packages), -[Ember](https://github.com/emberjs/ember.js/tree/master/packages) among others do this. +[React](https://github.com/facebook/react/tree/master/packages) and [Ember](https://github.com/emberjs/ember.js/tree/master/packages), among others, do this. ## Previous discussion