Skip to content

Commit

Permalink
Fix 404 error on existing app tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Mar 14, 2021
1 parent 5e2d2ae commit 1d2b316
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion guides/src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const NotFoundPage = () => (
</P>
<P>
For documentation on the API go to&nbsp;
<Link to="https://api.spreecommerce.org/">API section</Link>
<Link to="/api">API section</Link>
</P>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,7 @@ ID = "49ded9cc-27d3-4e02-b186-4fd7fd334ed8"
[[redirects]]
from = "/developer/core/*"
to = "/developer/internals/:splat"

[[redirects]]
from = "/developer/tutorials/existing_app_tutorial.html"
to = "/developer/advanced/existing_app_tutorial.html"

0 comments on commit 1d2b316

Please sign in to comment.