Skip to content

Commit 496b1fe

Browse files
authoredAug 13, 2023
README's fixes (#10775)
1 parent e254133 commit 496b1fe

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
- petersendidit
180180
- promet99
181181
- pyitphyoaung
182+
- refusado
182183
- rimian
183184
- robbtraister
184185
- RobHannay

‎examples/multi-app/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This example demonstrates how to build a site with multiple React Router apps by
1111

1212
Open this example on [StackBlitz](https://stackblitz.com):
1313

14-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/main/examples/multi-app?file=home/main.jsx)
14+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/main/examples/multi-app?file=home/App.jsx)

‎examples/notes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ This example demonstrates some of the basic features of Data Router, including:
1616

1717
Open this example on [StackBlitz](https://stackblitz.com):
1818

19-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/dev/examples/notes?file=src/main.tsx)
19+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/dev/examples/notes?file=src/App.jsx)

0 commit comments

Comments
 (0)
Please sign in to comment.