Skip to content

Commit 987a28e

Browse files
authored
Merge pull request brianegan#130 from pavanpodila/patch-1
Fixing the link to vanilla
2 parents 3624722 + 38e3f13 commit 987a28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app_spec.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ We have created this short spec to help you create awesome and consistent todo a
44

55
## Reference Application
66

7-
The [vanilla](examples/vanilla/) implementation should be used as the reference app and as a base when implementing a new todo app. Before implementing your own, we recommend that you interact with some of the other apps to see how they're built and how they behave. If something is unclear or could be improved, [let us know](https://github.com/brianegan/flutter_architecture_samples/issues).
7+
The [vanilla](vanilla/) implementation should be used as the reference app and as a base when implementing a new todo app. Before implementing your own, we recommend that you interact with some of the other apps to see how they're built and how they behave. If something is unclear or could be improved, [let us know](https://github.com/brianegan/flutter_architecture_samples/issues).
88

99
Your app should look and behave exactly like the template and the other examples.
1010

1111
## README
1212

13-
All examples must include a README describing the general implementation, any frameworks used, and the build process if required. Please check the [vanilla](examples/vanilla/) implementation for an example.
13+
All examples must include a README describing the general implementation, any frameworks used, and the build process if required. Please check the [vanilla](vanilla/) implementation for an example.
1414

1515
## Code
1616

0 commit comments

Comments
 (0)