Skip to content

Commit c64bbce

Browse files
authored
Update references to ReactTraining (#8082)
* Update all references from github.com/ReactTraining/react-router to github.com/remux-run/react-router * Update all references from reacttraining.com/react-router to reactrouter.com
1 parent fe82627 commit c64bbce

File tree

29 files changed

+55
-55
lines changed

29 files changed

+55
-55
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ body:
1313
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before
1414
you ask a question, here are some resources to get help first:
1515
16-
- Read the docs: https://reacttraining.com/react-router
17-
- Check out the list of frequently asked questions: https://github.com/ReactTraining/react-router/blob/master/FAQ.md
18-
- Explore examples: https://reacttraining.com/react-router/web/example/basic
16+
- Read the docs: https://reactrouter.com
17+
- Check out the list of frequently asked questions: https://github.com/remix-run/react-router/blob/main/FAQ.md
18+
- Explore examples: https://reactrouter.com/web/example/basic
1919
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/ask?tags=react-router
2020
- Ask in chat: https://discord.gg/6RyV8n8yyM
2121

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ body:
1313
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before
1414
you ask a question, here are some resources to get help first:
1515
16-
- Read the docs: https://reacttraining.com/react-router
17-
- Check out the list of frequently asked questions: https://github.com/ReactTraining/react-router/blob/master/FAQ.md
18-
- Explore examples: https://reacttraining.com/react-router/web/example/basic
16+
- Read the docs: https://reactrouter.com
17+
- Check out the list of frequently asked questions: https://github.com/remix-run/react-router/blob/main/FAQ.md
18+
- Explore examples: https://reactrouter.com/web/example/basic
1919
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/ask?tags=react-router
2020
- Ask in chat: https://discord.gg/6RyV8n8yyM
2121
- type: textarea

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Change Log
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
4-
Every release is documented on the Github [Releases](https://github.com/ReactTraining/react-router/releases) page.
4+
Every release is documented on the Github [Releases](https://github.com/remix-run/react-router/releases) page.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You may wish to use [this starter CodeSandbox](https://codesandbox.io/s/react-ro
2323

2424
Please provide thoughtful comments and some sample code. Proposals without substance will be closed.
2525

26-
It's generally a good idea to open an issue for the proposal first before working on the implementation and submitting a pull request. Please also take a look at [our current roadmap](https://github.com/ReactTraining/react-router/issues/6885) and consider ongoing work that might conflict with your proposed changes.
26+
It's generally a good idea to open an issue for the proposal first before working on the implementation and submitting a pull request. Please also take a look at [our current roadmap](https://github.com/remix-run/react-router/issues/6885) and consider ongoing work that might conflict with your proposed changes.
2727

2828
<a name="attention"/></a>
2929

@@ -53,7 +53,7 @@ All commits that change or add to the API must be done in a pull request that al
5353

5454
The following steps will get you setup to contribute changes to this repo:
5555

56-
1. Fork the repo (click the <kbd>Fork</kbd> button at the top right of [this page](https://github.com/ReactTraining/react-router))
56+
1. Fork the repo (click the <kbd>Fork</kbd> button at the top right of [this page](https://github.com/remix-run/react-router))
5757
2. Clone your fork locally
5858

5959
```bash

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
2-
<a href="https://reacttraining.com/react-router/">
3-
<img alt="react-router" src="https://reacttraining.com/react-router/android-chrome-144x144.png" width="144">
2+
<a href="https://reactrouter.com/">
3+
<img alt="react-router" src="https://reactrouter.com/android-chrome-144x144.png" width="144">
44
</a>
55
</p>
66

@@ -20,37 +20,37 @@
2020

2121
## Docs
2222

23-
**[View the docs here](https://reacttraining.com/react-router)**
23+
**[View the docs here](https://reactrouter.com)**
2424

2525
[Migrating from 2.x/3.x?](/packages/react-router/docs/guides/migrating.md)
2626

27-
[3.x docs](https://github.com/ReactTraining/react-router/blob/v3/docs)
27+
[3.x docs](https://github.com/remix-run/react-router/blob/v3/docs)
2828

29-
[2.x docs](https://github.com/ReactTraining/react-router/blob/v2.8.1/docs)
29+
[2.x docs](https://github.com/remix-run/react-router/blob/v2.8.1/docs)
3030

3131
## Packages
3232

3333
This repository is a monorepo that we manage using [Lerna](https://github.com/lerna/lerna). That means that we actually publish [several packages](/packages) to npm from the same codebase, including:
3434

35-
| Package | Version | Docs | Description |
36-
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
37-
| [`react-router`](/packages/react-router) | [![npm](https://img.shields.io/npm/v/react-router.svg?style=flat-square)](https://www.npmjs.com/package/react-router) | [![](https://img.shields.io/badge/API%20Docs-site-green.svg?style=flat-square)](https://reacttraining.com/react-router/core/guides/quick-start) [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](/packages/react-router/docs) | The core of React Router |
38-
| [`react-router-dom`](/packages/react-router-dom) | [![npm](https://img.shields.io/npm/v/react-router-dom.svg?style=flat-square)](https://www.npmjs.com/package/react-router-dom) | [![](https://img.shields.io/badge/API%20Docs-site-green.svg?style=flat-square)](https://reacttraining.com/react-router/web/guides/quick-start) [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](/packages/react-router-dom/docs) | DOM bindings for React Router |
39-
| [`react-router-native`](/packages/react-router-native) | [![npm](https://img.shields.io/npm/v/react-router-native.svg?style=flat-square)](https://www.npmjs.com/package/react-router-native) | [![](https://img.shields.io/badge/API%20Docs-site-green.svg?style=flat-square)](https://reacttraining.com/react-router/native/guides/quick-start) [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](/packages/react-router-native/docs) | [React Native](https://facebook.github.io/react-native/) bindings for React Router |
40-
| [`react-router-config`](/packages/react-router-config) | [![npm](https://img.shields.io/npm/v/react-router-config.svg?style=flat-square)](https://www.npmjs.com/package/react-router-config) | [![](https://img.shields.io/badge/API%20Docs-readme-orange.svg?style=flat-square)](/packages/react-router-config/#readme) | Static route config helpers |
35+
| Package | Version | Docs | Description |
36+
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
37+
| [`react-router`](/packages/react-router) | [![npm](https://img.shields.io/npm/v/react-router.svg?style=flat-square)](https://www.npmjs.com/package/react-router) | [![](https://img.shields.io/badge/API%20Docs-site-green.svg?style=flat-square)](https://reactrouter.com/core/guides/quick-start) [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](/packages/react-router/docs) | The core of React Router |
38+
| [`react-router-dom`](/packages/react-router-dom) | [![npm](https://img.shields.io/npm/v/react-router-dom.svg?style=flat-square)](https://www.npmjs.com/package/react-router-dom) | [![](https://img.shields.io/badge/API%20Docs-site-green.svg?style=flat-square)](https://reactrouter.com/web/guides/quick-start) [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](/packages/react-router-dom/docs) | DOM bindings for React Router |
39+
| [`react-router-native`](/packages/react-router-native) | [![npm](https://img.shields.io/npm/v/react-router-native.svg?style=flat-square)](https://www.npmjs.com/package/react-router-native) | [![](https://img.shields.io/badge/API%20Docs-site-green.svg?style=flat-square)](https://reactrouter.com/native/guides/quick-start) [![](https://img.shields.io/badge/API%20Docs-markdown-lightgrey.svg?style=flat-square)](/packages/react-router-native/docs) | [React Native](https://facebook.github.io/react-native/) bindings for React Router |
40+
| [`react-router-config`](/packages/react-router-config) | [![npm](https://img.shields.io/npm/v/react-router-config.svg?style=flat-square)](https://www.npmjs.com/package/react-router-config) | [![](https://img.shields.io/badge/API%20Docs-readme-orange.svg?style=flat-square)](/packages/react-router-config/#readme) | Static route config helpers |
4141

42-
> **Redux users:** The [`react-router-redux` package](https://github.com/ReactTraining/react-router/tree/5345a820818c8d43ac923558670538a479ac2234/packages/react-router-redux) is now deprecated. See [Redux Integration](https://reactrouter.com/web/guides/deep-redux-integration) for a better approach.
42+
> **Redux users:** The [`react-router-redux` package](https://github.com/remix-run/react-router/tree/5345a820818c8d43ac923558670538a479ac2234/packages/react-router-redux) is now deprecated. See [Redux Integration](https://reactrouter.com/web/guides/deep-redux-integration) for a better approach.
4343
4444
## Changes
4545

46-
Detailed release notes for a given version can be found [on our releases page](https://github.com/ReactTraining/react-router/releases).
46+
Detailed release notes for a given version can be found [on our releases page](https://github.com/remix-run/react-router/releases).
4747

48-
For change notes prior to version 4, please see [the CHANGES.md file](https://github.com/ReactTraining/react-router/blob/8365d4b2e91084265a1da7de911766169fb9e96e/CHANGES.md).
48+
For change notes prior to version 4, please see [the CHANGES.md file](https://github.com/remix-run/react-router/blob/8365d4b2e91084265a1da7de911766169fb9e96e/CHANGES.md).
4949

5050
## Funding
5151

5252
You may provide financial support for this project by donating [via Open Collective](https://opencollective.com/react-router), attending [one of our workshops](https://reacttraining.com/workshops/), or purchasing [one of our online courses](https://reacttraining.com/courses/). Thank you for your support!
5353

5454
## About
5555

56-
`react-router` is developed and maintained by [React Training](https://reacttraining.com) and many [amazing contributors](https://github.com/ReactTraining/react-router/graphs/contributors). If you're interested in learning more about what React can do for your company, please [get in touch](mailto:[email protected])!
56+
`react-router` is developed and maintained by [React Training](https://reacttraining.com) and many [amazing contributors](https://github.com/remix-run/react-router/graphs/contributors). If you're interested in learning more about what React can do for your company, please [get in touch](mailto:[email protected])!

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"changelog": {
7-
"repo": "ReactTraining/react-router",
7+
"repo": "remix-run/react-router",
88
"cacheDir": ".changelog",
99
"labels": {
1010
"breaking": "BREAKING CHANGE",

packages/react-router-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router-config",
33
"version": "5.2.1",
44
"description": "Static route config matching for React Router",
5-
"repository": "ReactTraining/react-router",
5+
"repository": "remix-run/react-router",
66
"license": "MIT",
77
"author": "React Training <[email protected]>",
88
"files": [

packages/react-router-dom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-router-dom
22

3-
DOM bindings for [React Router](https://reacttraining.com/react-router).
3+
DOM bindings for [React Router](https://reactrouter.com).
44

55
## Installation
66

@@ -30,7 +30,7 @@ You can find the library on `window.ReactRouterDOM`.
3030

3131
## Issues
3232

33-
If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/ReactTraining/react-router/issues).
33+
If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/remix-run/react-router/issues).
3434

3535
## Credits
3636

packages/react-router-dom/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Router](https://reactrouter.com)'s documentation, specifically [the
55
`react-router-dom` npm package](https://www.npmjs.com/package/react-router-dom).
66

77
They were designed to be read online [on our
8-
website](https://reacttraining.com/react-router/), but that site is temporarily
8+
website](https://reactrouter.com/), but that site is temporarily
99
unavailable. While it is offline, you can browse the docs here on GitHub.
1010

1111
- [API docs](/packages/react-router-dom/docs/api)

packages/react-router-dom/docs/guides/server-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@ You might be interested in our [React Router Config][rrc] package to assist with
244244
[staticrouter]: ../api/StaticRouter.md
245245
[browserrouter]: ../api/BrowserRouter.md
246246
[redirect]: ../api/Redirect.md
247-
[rrc]: https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config
247+
[rrc]: https://github.com/remix-run/react-router/tree/main/packages/react-router-config

packages/react-router-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router-dom",
33
"version": "5.3.0",
44
"description": "DOM bindings for React Router",
5-
"repository": "ReactTraining/react-router",
5+
"repository": "remix-run/react-router",
66
"license": "MIT",
77
"author": "React Training <[email protected]>",
88
"files": [

packages/react-router-native/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-router-native
22

3-
[React Native](https://facebook.github.io/react-native/) bindings for [React Router](https://reacttraining.com/react-router).
3+
[React Native](https://facebook.github.io/react-native/) bindings for [React Router](https://reactrouter.com).
44

55
## Installation
66

@@ -22,7 +22,7 @@ var Link = require("react-router-native").Link;
2222

2323
## Issues
2424

25-
If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/ReactTraining/react-router/issues).
25+
If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/remix-run/react-router/issues).
2626

2727
## Credits
2828

packages/react-router-native/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Router](https://reactrouter.com)'s documentation, specifically [the
66
package](https://www.npmjs.com/package/react-router-native).
77

88
They were designed to be read online [on our
9-
website](https://reacttraining.com/react-router/), but that site is temporarily
9+
website](https://reactrouter.com/), but that site is temporarily
1010
unavailable. While it is offline, you can browse the docs here on GitHub.
1111

1212
- [API docs](/packages/react-router-native/docs/api)

packages/react-router-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router-native",
33
"version": "5.2.1",
44
"description": "React Native bindings for React Router",
5-
"repository": "ReactTraining/react-router",
5+
"repository": "remix-run/react-router",
66
"license": "MIT",
77
"author": "React Training <[email protected]>",
88
"main": "main.js",

packages/react-router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can find the library on `window.ReactRouter`.
3232

3333
## Issues
3434

35-
If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/ReactTraining/react-router/issues).
35+
If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/remix-run/react-router/issues).
3636

3737
## Credits
3838

packages/react-router/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Router](https://reactrouter.com)'s documentation, specifically [the
55
`react-router` npm package](https://www.npmjs.com/package/react-router).
66

77
They were designed to be read online [on our
8-
website](https://reacttraining.com/react-router/), but that site is temporarily
8+
website](https://reactrouter.com/), but that site is temporarily
99
unavailable. While it is offline, you can browse the docs here on GitHub.
1010

1111
- [API docs](/packages/react-router/docs/api)

packages/react-router/docs/api/Route.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ When `true`, a `path` that has a trailing slash will only match a `location.path
256256
A `<Route>` element tries to match its `path` to the current history location (usually the current browser URL).
257257
However, a [`location`](location.md) with a different `pathname` can also be passed for matching.
258258

259-
This is useful in cases when you need to match a `<Route>` to a location other than the current history location, as shown in the [Animated Transitions](https://reacttraining.com/react-router/web/example/animated-transitions) example.
259+
This is useful in cases when you need to match a `<Route>` to a location other than the current history location, as shown in the [Animated Transitions](https://reactrouter.com/web/example/animated-transitions) example.
260260

261-
If a `<Route>` element is wrapped in a `<Switch>` and matches the location passed to the `<Switch>` (or the current history location), then the `location` prop passed to `<Route>` will be overridden by the one used by the `<Switch>` (given [here](https://github.com/ReactTraining/react-router/blob/master/packages/react-router/modules/Switch.js#L51)).
261+
If a `<Route>` element is wrapped in a `<Switch>` and matches the location passed to the `<Switch>` (or the current history location), then the `location` prop passed to `<Route>` will be overridden by the one used by the `<Switch>` (given [here](https://github.com/remix-run/react-router/blob/main/packages/react-router/modules/Switch.js#L51)).
262262

263263
## sensitive: bool
264264

packages/react-router/docs/api/Router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ReactDOM.render(
2929

3030
## history: object
3131

32-
A [`history`](https://github.com/ReactTraining/history) object to use for navigation.
32+
A [`history`](https://github.com/remix-run/history) object to use for navigation.
3333

3434
```jsx
3535
import React from "react";

0 commit comments

Comments
 (0)