Skip to content

Commit

Permalink
[docs] Fix chapter link in basic tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
charypar committed Jun 25, 2015
1 parent 4b15a3a commit 65d4e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-basic-tutorial.md
Expand Up @@ -448,4 +448,4 @@ This concludes the introductory Arch tutorial. You may have noticed that Arch fo

In this tutorial, you’ve seen how there are various scopes of state – sizes of the state loop: component local, global - shared between components, global - shared between the app and an API.

The latter case demonstrated one use-case for state observers, but you can extract various different common tasks into state observers (form validation, domain logic computations, service integrations, metrics collection, persistence…). See [Application as Data]() for a larger discussion of the concept of central state.
The latter case demonstrated one use-case for state observers, but you can extract various different common tasks into state observers (form validation, domain logic computations, service integrations, metrics collection, persistence…). See [Application as Data](05-application-as-data.md) for a larger discussion of the concept of central state.

0 comments on commit 65d4e5a

Please sign in to comment.