diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fd302e64d6..5440563791 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,9 +13,9 @@ body: support or usage questions. 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: - - Read the docs: https://reacttraining.com/react-router - - Check out the list of frequently asked questions: https://github.com/ReactTraining/react-router/blob/master/FAQ.md - - Explore examples: https://reacttraining.com/react-router/web/example/basic + - Read the docs: https://reactrouter.com + - Check out the list of frequently asked questions: https://github.com/remix-run/react-router/blob/main/FAQ.md + - Explore examples: https://reactrouter.com/web/example/basic - Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/ask?tags=react-router - Ask in chat: https://discord.gg/6RyV8n8yyM diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 520102edf1..aff2297b5c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -13,9 +13,9 @@ body: support or usage questions. 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: - - Read the docs: https://reacttraining.com/react-router - - Check out the list of frequently asked questions: https://github.com/ReactTraining/react-router/blob/master/FAQ.md - - Explore examples: https://reacttraining.com/react-router/web/example/basic + - Read the docs: https://reactrouter.com + - Check out the list of frequently asked questions: https://github.com/remix-run/react-router/blob/main/FAQ.md + - Explore examples: https://reactrouter.com/web/example/basic - Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/ask?tags=react-router - Ask in chat: https://discord.gg/6RyV8n8yyM - type: textarea diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aee7fb61c..297cf3e98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). -Every release is documented on the Github [Releases](https://github.com/ReactTraining/react-router/releases) page. +Every release is documented on the Github [Releases](https://github.com/remix-run/react-router/releases) page. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 664fb730b9..9944b8f63b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ You may wish to use [this starter CodeSandbox](https://codesandbox.io/s/react-ro Please provide thoughtful comments and some sample code. Proposals without substance will be closed. -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. +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. @@ -53,7 +53,7 @@ All commits that change or add to the API must be done in a pull request that al The following steps will get you setup to contribute changes to this repo: -1. Fork the repo (click the Fork button at the top right of [this page](https://github.com/ReactTraining/react-router)) +1. Fork the repo (click the Fork button at the top right of [this page](https://github.com/remix-run/react-router)) 2. Clone your fork locally ```bash diff --git a/README.md b/README.md index 4d57c8f23f..e82dc03f7c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- - react-router + + react-router

@@ -20,32 +20,32 @@ ## Docs -**[View the docs here](https://reacttraining.com/react-router)** +**[View the docs here](https://reactrouter.com)** [Migrating from 2.x/3.x?](/packages/react-router/docs/guides/migrating.md) -[3.x docs](https://github.com/ReactTraining/react-router/blob/v3/docs) +[3.x docs](https://github.com/remix-run/react-router/blob/v3/docs) -[2.x docs](https://github.com/ReactTraining/react-router/blob/v2.8.1/docs) +[2.x docs](https://github.com/remix-run/react-router/blob/v2.8.1/docs) ## Packages 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: -| Package | Version | Docs | Description | -| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | -| [`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 | -| [`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 | -| [`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 | -| [`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 | +| Package | Version | Docs | Description | +| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | +| [`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 | +| [`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 | +| [`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 | +| [`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 | -> **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. +> **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. ## Changes -Detailed release notes for a given version can be found [on our releases page](https://github.com/ReactTraining/react-router/releases). +Detailed release notes for a given version can be found [on our releases page](https://github.com/remix-run/react-router/releases). -For change notes prior to version 4, please see [the CHANGES.md file](https://github.com/ReactTraining/react-router/blob/8365d4b2e91084265a1da7de911766169fb9e96e/CHANGES.md). +For change notes prior to version 4, please see [the CHANGES.md file](https://github.com/remix-run/react-router/blob/8365d4b2e91084265a1da7de911766169fb9e96e/CHANGES.md). ## Funding @@ -53,4 +53,4 @@ You may provide financial support for this project by donating [via Open Collect ## About -`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:hello@reacttraining.com)! +`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:hello@reacttraining.com)! diff --git a/lerna.json b/lerna.json index d0196ec805..32c924272b 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "npmClient": "yarn", "useWorkspaces": true, "changelog": { - "repo": "ReactTraining/react-router", + "repo": "remix-run/react-router", "cacheDir": ".changelog", "labels": { "breaking": "BREAKING CHANGE", diff --git a/packages/react-router-config/package.json b/packages/react-router-config/package.json index ae55316b03..e7dadc6219 100644 --- a/packages/react-router-config/package.json +++ b/packages/react-router-config/package.json @@ -2,7 +2,7 @@ "name": "react-router-config", "version": "5.2.1", "description": "Static route config matching for React Router", - "repository": "ReactTraining/react-router", + "repository": "remix-run/react-router", "license": "MIT", "author": "React Training ", "files": [ diff --git a/packages/react-router-dom/README.md b/packages/react-router-dom/README.md index f2abe64d2b..fe03b05a07 100644 --- a/packages/react-router-dom/README.md +++ b/packages/react-router-dom/README.md @@ -1,6 +1,6 @@ # react-router-dom -DOM bindings for [React Router](https://reacttraining.com/react-router). +DOM bindings for [React Router](https://reactrouter.com). ## Installation @@ -30,7 +30,7 @@ You can find the library on `window.ReactRouterDOM`. ## Issues -If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/ReactTraining/react-router/issues). +If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/remix-run/react-router/issues). ## Credits diff --git a/packages/react-router-dom/docs/README.md b/packages/react-router-dom/docs/README.md index 8c74bbdd90..06357bb865 100644 --- a/packages/react-router-dom/docs/README.md +++ b/packages/react-router-dom/docs/README.md @@ -5,7 +5,7 @@ Router](https://reactrouter.com)'s documentation, specifically [the `react-router-dom` npm package](https://www.npmjs.com/package/react-router-dom). They were designed to be read online [on our -website](https://reacttraining.com/react-router/), but that site is temporarily +website](https://reactrouter.com/), but that site is temporarily unavailable. While it is offline, you can browse the docs here on GitHub. - [API docs](/packages/react-router-dom/docs/api) diff --git a/packages/react-router-dom/docs/guides/server-rendering.md b/packages/react-router-dom/docs/guides/server-rendering.md index 1ac4cacf7c..c7d4444c89 100644 --- a/packages/react-router-dom/docs/guides/server-rendering.md +++ b/packages/react-router-dom/docs/guides/server-rendering.md @@ -244,4 +244,4 @@ You might be interested in our [React Router Config][rrc] package to assist with [staticrouter]: ../api/StaticRouter.md [browserrouter]: ../api/BrowserRouter.md [redirect]: ../api/Redirect.md -[rrc]: https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config +[rrc]: https://github.com/remix-run/react-router/tree/main/packages/react-router-config diff --git a/packages/react-router-dom/package.json b/packages/react-router-dom/package.json index 2c31d6b9dd..c013e8310e 100644 --- a/packages/react-router-dom/package.json +++ b/packages/react-router-dom/package.json @@ -2,7 +2,7 @@ "name": "react-router-dom", "version": "5.3.0", "description": "DOM bindings for React Router", - "repository": "ReactTraining/react-router", + "repository": "remix-run/react-router", "license": "MIT", "author": "React Training ", "files": [ diff --git a/packages/react-router-native/README.md b/packages/react-router-native/README.md index c9cd2584ef..dc6555d882 100644 --- a/packages/react-router-native/README.md +++ b/packages/react-router-native/README.md @@ -1,6 +1,6 @@ # react-router-native -[React Native](https://facebook.github.io/react-native/) bindings for [React Router](https://reacttraining.com/react-router). +[React Native](https://facebook.github.io/react-native/) bindings for [React Router](https://reactrouter.com). ## Installation @@ -22,7 +22,7 @@ var Link = require("react-router-native").Link; ## Issues -If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/ReactTraining/react-router/issues). +If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/remix-run/react-router/issues). ## Credits diff --git a/packages/react-router-native/docs/README.md b/packages/react-router-native/docs/README.md index abc9ae7dc6..63fd46c26e 100644 --- a/packages/react-router-native/docs/README.md +++ b/packages/react-router-native/docs/README.md @@ -6,7 +6,7 @@ Router](https://reactrouter.com)'s documentation, specifically [the package](https://www.npmjs.com/package/react-router-native). They were designed to be read online [on our -website](https://reacttraining.com/react-router/), but that site is temporarily +website](https://reactrouter.com/), but that site is temporarily unavailable. While it is offline, you can browse the docs here on GitHub. - [API docs](/packages/react-router-native/docs/api) diff --git a/packages/react-router-native/package.json b/packages/react-router-native/package.json index d97ee16478..032d85927d 100644 --- a/packages/react-router-native/package.json +++ b/packages/react-router-native/package.json @@ -2,7 +2,7 @@ "name": "react-router-native", "version": "5.2.1", "description": "React Native bindings for React Router", - "repository": "ReactTraining/react-router", + "repository": "remix-run/react-router", "license": "MIT", "author": "React Training ", "main": "main.js", diff --git a/packages/react-router/README.md b/packages/react-router/README.md index 7cd1ec3db3..73db5dc9d3 100644 --- a/packages/react-router/README.md +++ b/packages/react-router/README.md @@ -32,7 +32,7 @@ You can find the library on `window.ReactRouter`. ## Issues -If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/ReactTraining/react-router/issues). +If you find a bug, please file an issue on [our issue tracker on GitHub](https://github.com/remix-run/react-router/issues). ## Credits diff --git a/packages/react-router/docs/README.md b/packages/react-router/docs/README.md index ea5d7ac927..7ec950b6c6 100644 --- a/packages/react-router/docs/README.md +++ b/packages/react-router/docs/README.md @@ -5,7 +5,7 @@ Router](https://reactrouter.com)'s documentation, specifically [the `react-router` npm package](https://www.npmjs.com/package/react-router). They were designed to be read online [on our -website](https://reacttraining.com/react-router/), but that site is temporarily +website](https://reactrouter.com/), but that site is temporarily unavailable. While it is offline, you can browse the docs here on GitHub. - [API docs](/packages/react-router/docs/api) diff --git a/packages/react-router/docs/api/Route.md b/packages/react-router/docs/api/Route.md index 463be6de2c..240418d3ee 100644 --- a/packages/react-router/docs/api/Route.md +++ b/packages/react-router/docs/api/Route.md @@ -256,9 +256,9 @@ When `true`, a `path` that has a trailing slash will only match a `location.path A `` element tries to match its `path` to the current history location (usually the current browser URL). However, a [`location`](location.md) with a different `pathname` can also be passed for matching. -This is useful in cases when you need to match a `` 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. +This is useful in cases when you need to match a `` to a location other than the current history location, as shown in the [Animated Transitions](https://reactrouter.com/web/example/animated-transitions) example. -If a `` element is wrapped in a `` and matches the location passed to the `` (or the current history location), then the `location` prop passed to `` will be overridden by the one used by the `` (given [here](https://github.com/ReactTraining/react-router/blob/master/packages/react-router/modules/Switch.js#L51)). +If a `` element is wrapped in a `` and matches the location passed to the `` (or the current history location), then the `location` prop passed to `` will be overridden by the one used by the `` (given [here](https://github.com/remix-run/react-router/blob/main/packages/react-router/modules/Switch.js#L51)). ## sensitive: bool diff --git a/packages/react-router/docs/api/Router.md b/packages/react-router/docs/api/Router.md index 61a95e94f4..67f9064a54 100644 --- a/packages/react-router/docs/api/Router.md +++ b/packages/react-router/docs/api/Router.md @@ -29,7 +29,7 @@ ReactDOM.render( ## history: object -A [`history`](https://github.com/ReactTraining/history) object to use for navigation. +A [`history`](https://github.com/remix-run/history) object to use for navigation. ```jsx import React from "react"; diff --git a/packages/react-router/docs/api/history.md b/packages/react-router/docs/api/history.md index c18c857bb2..f96bfb5e86 100644 --- a/packages/react-router/docs/api/history.md +++ b/packages/react-router/docs/api/history.md @@ -1,6 +1,6 @@ # history -The term "history" and "`history` object" in this documentation refers to [the `history` package](https://github.com/ReactTraining/history), which is one of only 2 major dependencies of React Router (besides React itself), and which provides several different implementations for managing session history in JavaScript in various environments. +The term "history" and "`history` object" in this documentation refers to [the `history` package](https://github.com/remix-run/history), which is one of only 2 major dependencies of React Router (besides React itself), and which provides several different implementations for managing session history in JavaScript in various environments. The following terms are also used: @@ -22,7 +22,7 @@ The following terms are also used: - `go(n)` - (function) Moves the pointer in the history stack by `n` entries - `goBack()` - (function) Equivalent to `go(-1)` - `goForward()` - (function) Equivalent to `go(1)` -- `block(prompt)` - (function) Prevents navigation (see [the history docs](https://github.com/ReactTraining/history/blob/master/docs/blocking-transitions.md)) +- `block(prompt)` - (function) Prevents navigation (see [the history docs](https://github.com/remix-run/history/blob/main/docs/blocking-transitions.md) ## history is mutable @@ -44,4 +44,4 @@ class Comp extends React.Component { ; ``` -Additional properties may also be present depending on the implementation you're using. Please refer to [the history documentation](https://github.com/ReactTraining/history/tree/master/docs) for more details. +Additional properties may also be present depending on the implementation you're using. Please refer to [the history documentation](https://github.com/remix-run/history/tree/main/docs) for more details. diff --git a/packages/react-router/docs/guides/Installation.md b/packages/react-router/docs/guides/Installation.md index 67d116959f..28070dab2b 100644 --- a/packages/react-router/docs/guides/Installation.md +++ b/packages/react-router/docs/guides/Installation.md @@ -24,7 +24,7 @@ import { ## Native -We're still working on great documentation for the native capabilities of React Router. For now we recommend you [read the source](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-native). +We're still working on great documentation for the native capabilities of React Router. For now we recommend you [read the source](https://github.com/remix-run/react-router/tree/main/packages/react-router-native). ```bash yarn add react-router-native diff --git a/packages/react-router/docs/guides/migrating.md b/packages/react-router/docs/guides/migrating.md index 4b6d5a1ae8..258b7d99d8 100644 --- a/packages/react-router/docs/guides/migrating.md +++ b/packages/react-router/docs/guides/migrating.md @@ -4,7 +4,7 @@ React Router v4 is a complete rewrite, so there is not a simple migration path. **Note:** This migration guide is for both React Router v2 and v3, but for brevity, references to previous versions will only mention v3. -**For react-router-redux users:** This library [has been deprecated](https://github.com/ReactTraining/react-router/tree/bca95ce2a4f1cdc88e29df8c1553e132ba6ebc4a/packages/react-router-redux#project-deprecated). It is recommended that you separate out Redux and React Router, as their state semantics don't match up exactly. But if you wish to attempt to keep them in sync, you can use a library such as [connected-react-router](https://github.com/supasate/connected-react-router). +**For react-router-redux users:** This library [has been deprecated](https://github.com/remix-run/react-router/tree/bca95ce2a4f1cdc88e29df8c1553e132ba6ebc4a/packages/react-router-redux#project-deprecated). It is recommended that you separate out Redux and React Router, as their state semantics don't match up exactly. But if you wish to attempt to keep them in sync, you can use a library such as [connected-react-router](https://github.com/supasate/connected-react-router). - [The Router](#the-router) - [Routes](#routes) @@ -137,7 +137,7 @@ In v4, there is no parsing done on query strings. The unparsed query string is a The [qhistory](https://github.com/pshrmn/qhistory) library can provide this functionality if it is necessary for your application. -Read more regarding intentions for this change and possible solutions in [this issue](https://github.com/ReactTraining/react-router/issues/4410). +Read more regarding intentions for this change and possible solutions in [this issue](https://github.com/remix-run/react-router/issues/4410). ### `` diff --git a/packages/react-router/docs/guides/static-routes.md b/packages/react-router/docs/guides/static-routes.md index e4fa4cc77b..cdb00b2a6c 100644 --- a/packages/react-router/docs/guides/static-routes.md +++ b/packages/react-router/docs/guides/static-routes.md @@ -4,4 +4,4 @@ Previous versions of React Router used static routes to configure your applicati We are developing a package to work with static route configs and React Router, to continue to meet those use-cases. It is under development now but we'd love for you to try it out and help out. -[React Router Config](https://github.com/reacttraining/react-router/tree/master/packages/react-router-config) +[React Router Config](https://github.com/remix-run/react-router/tree/main/packages/react-router-config) diff --git a/packages/react-router/docs/guides/testing.md b/packages/react-router/docs/guides/testing.md index f72d1af0dc..9c98ab6a44 100644 --- a/packages/react-router/docs/guides/testing.md +++ b/packages/react-router/docs/guides/testing.md @@ -171,7 +171,7 @@ test("clicking filter links updates product query params", () => { ### Alternatives 1. You can also use `BrowserRouter` if your test environment has the browser globals `window.location` and `window.history` (which is the default in Jest through JSDOM, but you cannot reset the history between tests). -1. Instead of passing a custom route to MemoryRouter, you can use the base `Router` with a `history` prop from the [`history`](https://github.com/ReactTraining/history) package: +1. Instead of passing a custom route to MemoryRouter, you can use the base `Router` with a `history` prop from the [`history`](https://github.com/remix-run/history) package: ```jsx // app.test.js diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 8a28166032..9ce153dca8 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -2,7 +2,7 @@ "name": "react-router", "version": "5.2.1", "description": "Declarative routing for React", - "repository": "ReactTraining/react-router", + "repository": "remix-run/react-router", "license": "MIT", "author": "React Training ", "files": [ diff --git a/website/index.html.ejs b/website/index.html.ejs index 28bb8a8966..362b434d98 100644 --- a/website/index.html.ejs +++ b/website/index.html.ejs @@ -20,7 +20,7 @@ - + diff --git a/website/modules/components/EnvironmentHeader.js b/website/modules/components/EnvironmentHeader.js index 5e45be3027..fc30398cff 100644 --- a/website/modules/components/EnvironmentHeader.js +++ b/website/modules/components/EnvironmentHeader.js @@ -69,7 +69,7 @@ function Branding() { / React Router diff --git a/website/modules/components/Footer.js b/website/modules/components/Footer.js index d4c17879fa..caaa6f9b2b 100644 --- a/website/modules/components/Footer.js +++ b/website/modules/components/Footer.js @@ -23,7 +23,7 @@ function ReactTraining() { function Contributors() { return ( - + contributors ); diff --git a/website/modules/components/Home/Header.js b/website/modules/components/Home/Header.js index ad0d15a44a..f3ac8cdfa8 100644 --- a/website/modules/components/Home/Header.js +++ b/website/modules/components/Home/Header.js @@ -57,14 +57,14 @@ function NavBar() { / React Router - + Github NPM diff --git a/website/modules/components/SandboxExample.js b/website/modules/components/SandboxExample.js index dd0b8beb22..9daf639f97 100644 --- a/website/modules/components/SandboxExample.js +++ b/website/modules/components/SandboxExample.js @@ -15,7 +15,7 @@ export default function SandboxExample({ name: `React Router - ${label}`, examplePath: path, gitInfo: { - account: "ReactTraining", + account: "remix-run", repository: "react-router", host: "github" },