Skip to content

Commit a7d84ce

Browse files
committed
update img paths
1 parent ccf2707 commit a7d84ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+54
-54
lines changed

docs/concepts/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: ReNative CLI
55
original_id: cli
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_cli.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_cli.png" width="50" height="50" /> -->
99

1010
---
1111
## ReNative CLI
@@ -55,7 +55,7 @@ Deployed to https://www.npmjs.com/package/rnv
5555
<table>
5656
<tr>
5757
<th>
58-
<img src="https://renative.org/img/info.png" />
58+
<img src="/img/info.png" />
5959
</th>
6060
</tr>
6161
</table>
@@ -67,7 +67,7 @@ Deployed to https://www.npmjs.com/package/rnv
6767
<table>
6868
<tr>
6969
<th>
70-
<img src="https://renative.org/img/clean.png" />
70+
<img src="/img/clean.png" />
7171
</th>
7272
</tr>
7373
</table>

docs/concepts/config-folders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Combination of features above allows you to configure and build large number of
239239
<table>
240240
<tr>
241241
<th>
242-
<img src="https://renative.org/img/rnv_arch3.png" />
242+
<img src="/img/rnv_arch3.png" />
243243
</th>
244244
</tr>
245245
</table>

docs/concepts/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Config Files
55
original_id: config
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_configuration.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_configuration.png" width="50" height="50" /> -->
99

1010
<br />
1111

docs/concepts/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ReNative supports powerful file extension mechanism to enable developers to tail
1111
---
1212
## File Extension Map
1313

14-
<img src="https://renative.org/img/file_extensions.png" />
14+
<img src="/img/file_extensions.png" />
1515

1616
---
1717
## How it works

docs/concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ you should get colorised overview similar to this:
1717
<table>
1818
<tr>
1919
<th>
20-
<img src="https://renative.org/img/cli_plugins.png" />
20+
<img src="/img/cli_plugins.png" />
2121
</th>
2222
</tr>
2323
</table>

docs/concepts/renative-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Runtime
55
original_id: runtime
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_runtime.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_runtime.png" width="50" height="50" /> -->
99

1010
---
1111
## Runtime

docs/concepts/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Templates
55
original_id: templates
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_templates.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_templates.png" width="50" height="50" /> -->
99

1010
---
1111
## Templates / Starters

docs/guides/common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Common Issues
55
original_id: common_issues
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_issues.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_issues.png" width="50" height="50" /> -->
99

1010
<br />
1111
If you encounter unexpected error / issue it is always good to perform basic sanity steps:

docs/guides/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Develop ReNative
55
original_id: develop
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_construction.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_construction.png" width="50" height="50" /> -->
99

1010
---
1111
## Developing ReNative Locally

docs/overview/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ sidebar_label: Architecture
55
original_id: architecture
66
---
77

8-
<!-- <img className="header-image" src="https://renative.org/img/ic_architecture.png" width="50" height="50" /> -->
8+
<!-- <img className="header-image" src="/img/ic_architecture.png" width="50" height="50" /> -->
99

1010
---
1111
## Build Process
1212

1313
<table>
1414
<tr>
1515
<th>
16-
<img src="https://renative.org/img/rnv_arch1.png" />
16+
<img src="/img/rnv_arch1.png" />
1717
</th>
1818
</tr>
1919
</table>
@@ -44,7 +44,7 @@ ReNative support flexible override mechanism which allows you customise your pro
4444
<table>
4545
<tr>
4646
<th>
47-
<img src="https://renative.org/img/rnv_arch2.png" />
47+
<img src="/img/rnv_arch2.png" />
4848
</th>
4949
</tr>
5050
</table>

0 commit comments

Comments
 (0)