Skip to content

Commit 3b26753

Browse files
committed
Update some readme files
1 parent 1a43536 commit 3b26753

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

samples/grids/tree-grid/state-persistence-about/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
22
<!-- https://github.com/IgniteUI/igniteui-react-examples/tree/vnext/templates/sample/ReadMe.md -->
33

4-
This folder contains implementation of React application with example of State Persistence About feature using [Hierarchical Grid](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component.
4+
This folder contains implementation of React application with example of State Persistence About feature using [Tree Grid](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component.
55

66

77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
@@ -12,10 +12,10 @@ This folder contains implementation of React application with example of State P
1212
<a target="_blank" href="./src/index.tsx" rel="noopener noreferrer">
1313
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
1414
</a>
15-
<a target="_blank" href="https://www.infragistics.com/react-demos/samples/grids/hierarchical-grid/state-persistence-about" rel="noopener noreferrer">
15+
<a target="_blank" href="https://www.infragistics.com/react-demos/samples/grids/tree-grid/state-persistence-about" rel="noopener noreferrer">
1616
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
1717
</a>
18-
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-react-examples/tree/master/samples/grids/hierarchical-grid/state-persistence-about?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/index.tsx" rel="noopener noreferrer">
18+
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-react-examples/tree/master/samples/grids/tree-grid/state-persistence-about?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/index.tsx" rel="noopener noreferrer">
1919
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
2020
</a>
2121
</body>
@@ -34,7 +34,7 @@ Follow these instructions to run this example:
3434
git clone https://github.com/IgniteUI/igniteui-react-examples.git
3535
git checkout master
3636
cd ./igniteui-react-examples
37-
cd ./samples/grids/hierarchical-grid/state-persistence-about
37+
cd ./samples/grids/tree-grid/state-persistence-about
3838
```
3939

4040
open above folder in VS Code or type:

samples/grids/tree-grid/state-persistence-main/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
22
<!-- https://github.com/IgniteUI/igniteui-react-examples/tree/vnext/templates/sample/ReadMe.md -->
33

4-
This folder contains implementation of React application with example of State Persistence Main feature using [Hierarchical Grid](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component.
4+
This folder contains implementation of React application with example of State Persistence Main feature using [Tree Grid](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html) component.
55

66

77
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
@@ -12,10 +12,10 @@ This folder contains implementation of React application with example of State P
1212
<a target="_blank" href="./src/index.tsx" rel="noopener noreferrer">
1313
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
1414
</a>
15-
<a target="_blank" href="https://www.infragistics.com/react-demos/samples/grids/hierarchical-grid/state-persistence-main" rel="noopener noreferrer">
15+
<a target="_blank" href="https://www.infragistics.com/react-demos/samples/grids/tree-grid/state-persistence-main" rel="noopener noreferrer">
1616
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
1717
</a>
18-
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-react-examples/tree/master/samples/grids/hierarchical-grid/state-persistence-main?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/index.tsx" rel="noopener noreferrer">
18+
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-react-examples/tree/master/samples/grids/tree-grid/state-persistence-main?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/index.tsx" rel="noopener noreferrer">
1919
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
2020
</a>
2121
</body>
@@ -34,7 +34,7 @@ Follow these instructions to run this example:
3434
git clone https://github.com/IgniteUI/igniteui-react-examples.git
3535
git checkout master
3636
cd ./igniteui-react-examples
37-
cd ./samples/grids/hierarchical-grid/state-persistence-main
37+
cd ./samples/grids/tree-grid/state-persistence-main
3838
```
3939

4040
open above folder in VS Code or type:

0 commit comments

Comments
 (0)