Skip to content

Commit c3ee8bd

Browse files
committed
docs: update stackblitz links
1 parent 1ca3e09 commit c3ee8bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ order: 2
77

88
## Introduction
99

10-
[Check out the completed version of the app here](https://stackblitz.com/edit/github-agqlf5?file=src/main.jsx).
10+
[Check out the completed version of the app here](https://stackblitz.com/edit/github-agqlf5?file=src/App.jsx).
1111

1212
React Router is a fully-featured client and server-side routing library for React, a JavaScript library for building user interfaces. React Router runs anywhere React runs; on the web, on the server with node.js, and on React Native.
1313

@@ -31,9 +31,9 @@ While building a little bookeeping app we'll cover:
3131

3232
### Recommended: StackBlitz
3333

34-
To do this tutorial you'll need a working React app. We recommend skipping bundlers and using [this demo on StackBlitz](https://stackblitz.com/github/remix-run/react-router/tree/rem-463-stackblitz-tutorial/tutorial?file=src/App.jsx) to code along in your browser:
34+
To do this tutorial you'll need a working React app. We recommend skipping bundlers and using [this demo on StackBlitz](https://stackblitz.com/github/remix-run/react-router/tree/main/tutorial?file=src/App.jsx) to code along in your browser:
3535

36-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/rem-463-stackblitz-tutorial/tutorial?file=src/App.jsx)
36+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/remix-run/react-router/tree/main/tutorial?file=src/App.jsx)
3737

3838
As you edit files, the tutorial will update live.
3939

0 commit comments

Comments
 (0)