Skip to content

Commit 4bd5958

Browse files
authored
Update git organizations to forge-42 (#197)
1 parent 33dcff5 commit 4bd5958

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
# react-router-devtools
66

7-
![GitHub Repo stars](https://img.shields.io/github/stars/forge42dev/react-router-devtools?style=social)
7+
![GitHub Repo stars](https://img.shields.io/github/stars/forge-42/react-router-devtools?style=social)
88
![npm](https://img.shields.io/npm/v/react-router-devtools?style=plastic)
9-
![GitHub](https://img.shields.io/github/license/forge42dev/react-router-devtools?style=plastic)
9+
![GitHub](https://img.shields.io/github/license/forge-42/react-router-devtools?style=plastic)
1010
![npm](https://img.shields.io/npm/dy/react-router-devtools?style=plastic)
1111
![npm](https://img.shields.io/npm/dw/react-router-devtools?style=plastic)
12-
![GitHub top language](https://img.shields.io/github/languages/top/forge42dev/react-router-devtools?style=plastic)
12+
![GitHub top language](https://img.shields.io/github/languages/top/forge-42/react-router-devtools?style=plastic)
1313

1414
react-router-devtools is an open-source package designed to enhance your development workflow when working with React Router v7+, a full-stack JavaScript framework for building web applications. This package provides a user-friendly interface consisting of three tabs, **Active Page**, **Terminal**, **Settings**, **Errors**, **Network** and **Routes**, along with a side tab called **Timeline**. With react-router-devtools, you can efficiently monitor and manage various aspects of your React Router v7+ projects, including page information, URL parameters, server responses, loader data, routes, and more.
1515

@@ -23,7 +23,7 @@ You can also track down hydration issues with the **Errors** tab and view your r
2323

2424
This repository used to be called remix-development-tools, but we decided to rename it to react-router-devtools to better reflect the fact that it's a package for React Router v7+ and not just for Remix.
2525

26-
If you're looking for the old version of this package, you can find it [here](https://github.com/forge42dev/Remix-Dev-Tools/tree/remix-development-tools).
26+
If you're looking for the old version of this package, you can find it [here](https://github.com/forge-42/react-router-devtools/tree/remix-development-tools).
2727

2828
And the detailed documentation can be found [here](https://remix-development-tools.fly.dev/).
2929

docs/app/components/layout/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ export default function Header({
394394
<a
395395
className="group"
396396
aria-label="GitHub"
397-
href="https://github.com/forge42dev/react-router-devtools"
397+
href="https://github.com/forge-42/react-router-devtools"
398398
target="_blank"
399399
rel="noreferrer"
400400
>

docs/app/components/ui/navbar-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function Navbar({ className }: { className?: string }) {
119119
<div className="flex flex-col space-y-4 text-sm">
120120
<ExternalLink url="https://reactrouter.com/en/main" text="React Router" />
121121
<ExternalLink
122-
url="https://github.com/forge42dev/react-router-devtools"
122+
url="https://github.com/forge-42/react-router-devtools"
123123
text="Github"
124124
/>
125125
<ExternalLink

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
"files": ["dist"],
6464
"repository": {
6565
"type": "git",
66-
"url": "git+https://github.com/forge42dev/react-router-devtools.git"
66+
"url": "git+https://github.com/forge-42/react-router-devtools.git"
6767
},
6868
"bugs": {
69-
"url": "https://github.com/forge42dev/react-router-devtools/issues"
69+
"url": "https://github.com/forge-42/react-router-devtools/issues"
7070
},
7171
"homepage": "https://react-router-devtools.forge42.dev/",
72-
"readme": "https://github.com/forge42dev/react-router-devtools#readme",
72+
"readme": "https://github.com/forge-42/react-router-devtools#readme",
7373
"scripts": {
7474
"clean": "git clean -fdX --exclude=\"!.env\"",
7575
"docs": "npm run dev -w docs",

0 commit comments

Comments
 (0)