Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit f8bc174

Browse files
committed
updated readme images routes
1 parent dd18e26 commit f8bc174

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/react/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/header_background.png" alt="React Integration">
1+
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/packages/react/static/header_background.png" alt="React Integration">
22

33
> **Use AgileTs with React and React-Native**
44
@@ -18,7 +18,7 @@
1818

1919

2020
<br />
21-
<img src="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/what_does_this_integration_header.png" alt="What does this Integration?"/>
21+
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/packages/react/static/what_does_this_integration_header.png" alt="What does this Integration?"/>
2222

2323
Well, this Integration binds AgileTs Instances to React Components.
2424
Through that AgileTs is able to rerender the Component if a bound Instance mutates.
@@ -36,7 +36,7 @@ Here is a simple example how such a binding might look like:
3636

3737

3838
<br />
39-
<img src="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/installation_header.png" alt="Installation"/>
39+
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/packages/react/static/installation_header.png" alt="Installation"/>
4040

4141
```
4242
npm install @agile-ts/react
@@ -59,7 +59,7 @@ To find out more take a look into the [docs](https://www.agile-ts.org/docs).
5959

6060

6161
<br />
62-
<img src="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/useAgile_header.png" alt="useAgile for Functional Components"/>
62+
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/packages/react/static/useAgile_header.png" alt="useAgile for Functional Components"/>
6363

6464

6565
For [Function Component](https://reactjs.org/docs/components-and-props.html) Users we recommend using the `useAgile` Hook.
@@ -109,7 +109,7 @@ Test the `useAgile` Hook yourself, it's only [one click](https://codesandbox.io/
109109

110110

111111
<br />
112-
<img src="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/agileHOC_header.png" alt="useAgile for Functional Components"/>
112+
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/packages/react/static/agileHOC_header.png" alt="useAgile for Functional Components"/>
113113

114114
For [Class Components](https://reactjs.org/docs/components-and-props.html) Users we recommend using the `AgileHOC`.
115115
At first what is a HOC, well it's a [Higher Order Component](https://reactjs.org/docs/higher-order-components.html)
@@ -139,7 +139,7 @@ Test the `AgileHOC` yourself, it's only [one click](https://codesandbox.io/s/agi
139139

140140

141141
<br />
142-
<img src="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/documentation_header.png" alt="Documentation"/>
142+
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/packages/react/static/documentation_header.png" alt="Documentation"/>
143143

144144
If you want to find out more about the AgileTs React Integration.
145145
Checkout our **[docs](https://agile-ts.org/docs/react)**.
@@ -150,7 +150,7 @@ In case you have any questions don't mind joining our [Discord Community](https:
150150

151151

152152
<br />
153-
<img src="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/contribute_header.png" alt="Contribute"/>
153+
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/packages/react/static/contribute_header.png" alt="Contribute"/>
154154

155155
Get a part of AgileTs and start contributing. To find out more read the [CONTRIBUTING.md](https://github.com/agile-ts/agile/blob/master/CONTRIBUTING.md).
156156

0 commit comments

Comments
 (0)