Skip to content

Commit 3936f92

Browse files
authored
Fixed image links (should be relative)
1 parent 284ea30 commit 3936f92

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
*Do you have JKI JSON questions, ideas, or challenges you'd like discuss? Join the conversation happening in the [JKI JSON Community Discussion Forums](https://forums.jki.net/forum/67-jki-json/).*
44

5-
6-
![JKI JSON](https://github.com/JKISoftware/JKI-JSON-Serialization/raw/master/img/json.png)
5+
![JKI JSON](img/json.png)
76
# JKI JSON
87

98
JKI JSON is a library for flattening LabVIEW data to JSON strings and for unflattening JSON strings back to LabVIEW data.
@@ -27,18 +26,18 @@ To use unit JKI JSON, you need to drop the corresponding JKI JSON toolkit
2726
VIs to the block diagrams. The JKI JSON toolkit VIs are located under the JKI Tools functions
2827
palette menu.
2928

30-
![Functions palette](https://github.com/JKISoftware/JKI-JSON-Serialization/raw/master/img/JSON-Palette.png "Functions palette")
29+
![Functions palette](img/JSON-Palette.png "Functions palette")
3130

3231
### Basic Workflow
3332
The toolkit provides a VI for flattening LabVIEW data to JSON strings and another VI for unflattening
3433
JSON strings back to LabVIEW data. The basic workflow is presented in the image below.
3534

36-
![Basic workflow](https://github.com/JKISoftware/JKI-JSON-Serialization/raw/master/img/Flatten-Unflatten-JSON-String.png "Basic workflow")
35+
![Basic workflow](img/Flatten-Unflatten-JSON-String.png "Basic workflow")
3736

3837
### Flatten to JSON String
3938
Flatten to JSON String VI is used to flatten a LabVIEW data to a JSON string.
4039

41-
![Flatten to JSON String](https://github.com/JKISoftware/JKI-JSON-Serialization/raw/master/img/Flatten-To-JSON-String.png "Flatten to JSON String")
40+
![Flatten to JSON String](img/Flatten-To-JSON-String.png "Flatten to JSON String")
4241

4342
The VI provides multiple arguments for defining how to flatten the LabVIEW data to JSON string.
4443

@@ -55,7 +54,7 @@ The VI provides multiple arguments for defining how to flatten the LabVIEW data
5554
### Unflatten from JSON String
5655
Unflatten from JSON String VI is used to unflatten JSON string to LabVIEW data.
5756

58-
![Unflatten from JSON String](https://github.com/JKISoftware/JKI-JSON-Serialization/raw/master/img/Unflatten-From-JSON-String.png "Unflatten from JSON String")
57+
![Unflatten from JSON String](img/Unflatten-From-JSON-String.png "Unflatten from JSON String")
5958

6059
The VI provides few arguments for defining how to flatten the LabVIEW data to JSON string.
6160

0 commit comments

Comments
 (0)