Skip to content

Commit

Permalink
update splash page links (#5023)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed Apr 4, 2022
1 parent 1564e16 commit fd3d49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/router/src/splash-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const SplashPage = ({ hasGeneratedRoutes, routes }: SplashPageProps) => {
<div className="resource">
<a
className="resource-link"
href="/docs/tutorial/foreward/"
href="https://redwoodjs.com/tutorial"
target="_blank"
rel="noreferrer"
></a>
Expand All @@ -388,7 +388,7 @@ const SplashPage = ({ hasGeneratedRoutes, routes }: SplashPageProps) => {
<div className="resource">
<a
className="resource-link"
href="https://redwoodjs.com/docs/introduction"
href="https://redwoodjs.com/docs"
target="_blank"
rel="noreferrer"
></a>
Expand Down

0 comments on commit fd3d49a

Please sign in to comment.