blob: d35aeb5803158ca72b81256a2dcae6e431ad43ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
##Creating help files
#### Link and references to pictures.
All links are relative to the current md-file.
Link to pages located in the same directory:
```
[linkname](file.md)
```
Link to subpages located in subdirectories:
```
[linkname](subfolder/file.md)
```
External Links:
```
[linkname](linkurl "linktitle")
```
Images:
```
![SDN-R in ONAP](./ONAP-SDN-R.png "SDN-R in ONAP")
```
#### Supported formates
md-format:
Picture formats: PNG
|