Skip to content

Commit c08c1c1

Browse files
authored
Fix broken link to ScopedModel example (#2679)
This pins the link to the time when the example was added. This while page is due for rewrite to provider, so this is a mere hotfix.
1 parent d993cb7 commit c08c1c1

File tree

1 file changed

+1
-1
lines changed
  • src/docs/development/data-and-backend/state-mgmt

1 file changed

+1
-1
lines changed

src/docs/development/data-and-backend/state-mgmt/simple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ You can [check out the
423423
example]({{site.github}}/filiph/samples/tree/scoped-model-shopper/model_shopper)
424424
covered in this article. If you want something simpler,
425425
you can see how the simple Counter app looks like when [built with
426-
scoped_model](https://github.com/flutter/samples/tree/master/scoped_model_counter).
426+
scoped_model](https://github.com/flutter/samples/tree/212860838640a5d4f7109732ba4d084b24a17aad/scoped_model_counter).
427427

428428
When you're ready to play around with `scoped_model` yourself,
429429
don't forget to add the dependency on it to your `pubspec.yaml` first.

0 commit comments

Comments
 (0)