Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit ac656ca

Browse files
authored
docs: update example link (#1697)
* docs: update example link * docs: fix example link
1 parent cff314f commit ac656ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/ui/professional-ui-components/ng-ListView/data-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This will produce the following UI with the filtered, sorted and grouped objects
5151
Want to see this scenario in action?
5252
Check our SDK examples repo on GitHub. You will find this and many other practical examples with NativeScript UI.
5353

54-
* [Multiple Data Operations Example](https://github.com/NativeScript/nativescript-ui-samples-angular/tree/master/listview/app/examples/multiple-operations)
54+
* [Multiple Data Operations Example](https://github.com/NativeScript/nativescript-ui-samples-angular/tree/master/listview/src/app/examples/multiple-operations)
5555

5656
Related articles you might find useful:
5757

docs/ui/professional-ui-components/ng-ListView/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Following the Angular best practices, we have separated the data from the UI by
3535
Want to see this scenario in action?
3636
Check our SDK examples repo on GitHub. You will find this and many other practical examples with NativeScript UI.
3737

38-
* [Getting Started Example](https://github.com/NativeScript/nativescript-ui-samples-angular/tree/master/listview/app/examples/getting-started)
38+
* [Getting Started Example](https://github.com/NativeScript/nativescript-ui-samples-angular/tree/master/listview/src/app/examples/getting-started)
39+
3940

4041
Related articles you might find useful:
4142

0 commit comments

Comments
 (0)