Skip to content

Commit 3dd91ca

Browse files
authoredSep 24, 2023
Merge pull request #3519 from AndreasKl/update-cra-link
2 parents 767fede + 7df9192 commit 3dd91ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/tutorials/quick-start.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This page will focus on just how to set up a Redux application with Redux Toolki
3333

3434
For this tutorial, we assume that you're using Redux Toolkit with React, but you can also use it with other UI layers as well. The examples are based on [a typical Create-React-App folder structure](https://create-react-app.dev/docs/folder-structure) where all the application code is in a `src`, but the patterns can be adapted to whatever project or folder setup you're using.
3535

36-
The [Redux+JS template for Create-React-App](https://github.com/reduxjs/cra-template-redux) comes with this same project setup already configured.
36+
The [Redux+JS template for Create-React-App](https://github.com/reduxjs/redux-templates/tree/master/packages/cra-template-redux) comes with this same project setup already configured.
3737

3838
## Usage Summary
3939

0 commit comments

Comments
 (0)
Please sign in to comment.