Skip to content

Commit d6851ca

Browse files
taiontimdorr
authored andcommitted
Tweak project-level copy a bit (#3337)
1 parent 600a02a commit d6851ca

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ Please read https://reactjs.org/ and the Code of Conduct before opening an issue
1414
<a name="bug"/>
1515
## Think You Found a Bug?
1616

17-
Please provide a test case of some sort. Best is a pull request with a failing test. Next is a link to codepen/jsbin or repository that illustrates the bug. Finally, some copy/pastable code is acceptable.
18-
19-
If you don't provide a test case, the issue will be closed.
17+
Please provide a test case of some sort. Best is a pull request with a failing test. Next is a link to CodePen/JS Bin or repository that illustrates the bug. Finally, some copy/pastable code is acceptable.
2018

2119
<a name="api"/>
2220
## Proposing New or Changed API?

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Thank you for contributing!
33
44
Have a usage question?
55
======================
6-
Questions *might* be closed without comment, sometimes we just don't have time for them. Before you ask one, here are some resources to get help first:
6+
The issue tracker isn't the best place for usage questions. This format is not well-suited for Q&A, and questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first:
77
88
- Do the tutorial: https://github.com/reactjs/react-router-tutorial
99
- Read the docs: https://github.com/reactjs/react-router/tree/latest/docs

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# react-router [![Travis][build-badge]][build] [![npm package][npm-badge]][npm]
1+
# React Router [![Travis][build-badge]][build] [![npm package][npm-badge]][npm]
22

3-
[`react-router`](https://www.npmjs.com/package/react-router) is a complete routing library for [React](https://facebook.github.io/react).
3+
React Router is a complete routing library for [React](https://facebook.github.io/react).
44

55
React Router keeps your UI in sync with the URL. It has a simple API with powerful features like lazy code loading, dynamic route matching, and location transition handling built right in. Make the URL your first thought, not an after-thought.
66

@@ -10,19 +10,18 @@ React Router keeps your UI in sync with the URL. It has a simple API with powerf
1010
### Docs & Help
1111

1212
- [Tutorial – do this first!](https://github.com/reactjs/react-router-tutorial)
13-
- [Guides and API docs](https://github.com/reactjs/react-router/tree/master/docs)
13+
- [Guides and API docs](/docs)
1414
- [Troubleshooting guide](https://github.com/reactjs/react-router/blob/master/docs/Troubleshooting.md)
1515
- [Changelog](/CHANGES.md)
1616
- [Stack Overflow](http://stackoverflow.com/questions/tagged/react-router)
17-
- [CodePen boilerplate](http://codepen.io/anon/pen/xwQZdy?editors=001)
18-
Please use for bug reports
17+
- [CodePen boilerplate](http://codepen.io/anon/pen/xwQZdy?editors=001) for bug reports
1918

2019
**Older Versions:**
2120

2221
- 0.13.x - [docs](https://github.com/reactjs/react-router/tree/0.13.x/docs/guides) / [code](https://github.com/reactjs/react-router/tree/0.13.x) / [upgrade guide](https://github.com/reactjs/react-router/blob/master/upgrade-guides/v1.0.0.md)
2322
- 1.0.x - [docs](https://github.com/reactjs/react-router/tree/1.0.x/docs) / [code](https://github.com/reactjs/react-router/tree/1.0.x) / [upgrade guide](https://github.com/reactjs/react-router/blob/master/upgrade-guides/v2.0.0.md)
2423

25-
For questions and support, please visit [our channel on Reactiflux](https://discord.gg/0ZcbPKXt5bYaNQ46) or [Stack Overflow](http://stackoverflow.com/questions/tagged/react-router). The issue tracker is *exclusively* for bug reports and feature requests.
24+
For questions and support, please visit [our channel on Reactiflux](https://discord.gg/0ZcbPKXt5bYaNQ46) or [Stack Overflow](http://stackoverflow.com/questions/tagged/react-router).
2625

2726
### Browser Support
2827

@@ -120,7 +119,7 @@ render((
120119
), document.body)
121120
```
122121

123-
See more in the [Introduction](https://github.com/reactjs/react-router/tree/master/docs/Introduction.md), [Guides](https://github.com/reactjs/react-router/tree/master/docs/guides/README.md), and [Examples](https://github.com/reactjs/react-router/tree/master/examples).
122+
See more in the [Introduction](/docs/Introduction.md), [Guides](/docs/guides/README.md), and [Examples](/examples).
124123

125124
### Versioning and Stability
126125

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-router",
33
"version": "2.2.4",
4-
"description": "A complete routing library for React.js",
4+
"description": "A complete routing library for React",
55
"files": [
66
"*.md",
77
"docs",

0 commit comments

Comments
 (0)